2

Click here to load reader

FOC practical question

  • Upload
    shankar

  • View
    68

  • Download
    0

Embed Size (px)

DESCRIPTION

FOC practical model questions

Citation preview

Page 1: FOC practical question

MS-OFFICE

Create the document containing the text given below, and perform the following tasks:A program is a set of instructions, which are executed by a computer, in order to perform specific tasks.There are so many computer languages such as BASIC, COBOL, FORTRAN, PASCAL, C, C++.(i) Justify the text.(ii) The words such as BASIC, COBOL, FORTRAN, PASCAL, C, C++ must be in bold size.

Create the document containing the text given below, and perform the following tasks:A Flowchart is a diagrammatic representation of instructions to perform a particular task.A program is a set of instructions, which are executed by a computer, in order to perform

specific tasks.(i) Correct the spellings such as representation, instructions.(ii) Show the words Flowchart, Program in Italic style and Underline them.(iii) Save the document under a suitable name.

Creating Table with sample data and formatting table using Table Properties.

Create a Mail Merge application in MS-Word to invite your friends for Birthday celebration.

MS-EXCEL

Create an EXCEL sheet of student mark sheet using Bar and pie chart.

Create an EXCEL sheet for a CITY population data using pie chart.

Create an EXCEL sheet for Sample Employee data and calculate the HRA, DA, TA and Salary.

Create an EXCEL sheet with Sample data and Insert object in the worksheet.

Create an EXCEL sheet with Sample data and Insert picture in the worksheet.

Page 2: FOC practical question

Write a simple C program for menu driven calculator using switch statement

Write a simple C program for finding whether the number is Prime or Not

Write a simple C program to Generate Fibonacci Series

Write a simple C program to find Palindrome or Not

Write a simple C program to find String Length without using library function

Write a simple C program for Matrix Multiplication

Write a simple C program to arrange the Numbers in ascending order

Write a simple C program to find factorial using Recursion function

Write a simple C program to implement Call by Value

Write a simple C program to implement Call by Reference

Write a C program for Student Detail using Structure