STD 10 First Term Notes

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

FIRST TERM EXAM Study Material

STD: 10th

Q1: Fill in the blanks


1. DOS is single user operating system.
2. A website is a computer group of web pages that
organized as comprehensive set.
3. 8085 is example of assembly language.
4. FORTAN is High level language.
5. For saving C files “.c” extension is used.
6. Interpreter are comparatively is lower than compiler.
7. Pseudocode is simple way for writing C program in
English.
8. For converting source code to machine code language
processor are used.
9. Dennis Ritchie develops C language in Bell
laboratories.
10. In C language for taking input scanf() is used.

1
Q2: Long Forms
1. VIRUS => Vital Information Resource Under Siege.
2. LAN => Local Area Network.
3. MAN => Metropolitan Area Network.
4. WAN => Wide Area Network.
5. IP => Internet Protocol.
6. URL => Uniform Resource Locator.
7. DNS => Domain Name Server.
8. IDE => Integrated Development Environment
9. STDIO => Standard Input Output.
10. BCPL => Basic Combined Programming Language.

Q3: Shortcut Keys:-


1. F2 => Save
2. Ctrl + F9 => Run
3. ALT+ F5 => Output Screen
4. ALT+ F9 => Compile
5. F10 => Menu
6. Shift + Del => Cut
7. Ctrl +Ins => Copy

2
8. Shift + Ins => Paste
9. Ctrl + Del => Delete
10. ALT+ X => Quit
11. ALT+ Enter => Full Screen
12. F5 => Maximize

Q4: Flowchart Symbols

Symbol Name Symbol Function

Terminator To start or end program.

Process To perform any


calculation occurs in
program.
Decision To check condition in
program.

Data Input / Output To taking input from user


or printing result for
program.

3
Flow arrow To maintain executing
flow of program.

On page Connector To continue flowchart on


next page.

Q5: Answer in Brief


1. Explain comment section in the structure of C
program.
2. Explain Generation of computer.
3. Explain TREE and Star Topology with diagram.
4. Difference between Compiler and Interpreter.
5. Draw diagram of working flow of C execution
program.
6. What is Algorithm and flowchart? And also write
advantages of flowchart.
7. What is operating system? and also explain types of
operating system.
8. Explain features of C programming language.

4
Q6: Write Algorithm and flowchart for following
1. Addition of two numbers.
2. Subtraction of two numbers.
3. Multiplication of two numbers.
4. Division of two numbers.
5. Average of three numbers.
6. Area of circle.
7. Area of rectangle.
8. Area of cube.
9. Perimeter of rectangle.
10. Check whether number is greater than 250 or not.
11. Check whether number is positive or not.
12. Calculate Percentage of four subjects. Check
whether percentage greater than 55. And also print
result of student.

5
Q7: Write C program for following output
1. Good morning, Everyone

I am student of Bal Shivaji High School.

2.
*
**
***
****

3. Take input of two numbers from user and calculate sum


of it.
4. Take input of two numbers from user and calculate
subtraction of it.
5. Take input of two numbers from user and calculate
division of it.
6. Take input of two numbers from user and calculate
multiplication of it.
7. Program to calculate area of rectangle and perimeter of
rectangle.
8. Program to calculate volume of cube.
9. Program to calculate area of square and perimeter of
square.

6
10. Program to calculate average of three numbers.

You might also like