WorksheetsComputer
Total questions: 40
Worksheet time: 20mins
It is the picture on the desktop.
Wallpaper
Recycle Bin
Icon
taskbar
It is a rectangle at the bottom of the desktop.
menu bar
task bar
start button
wallpaper
It is the round button on the left side of the taskbar.
Program button
Start button
It is a button that represents an opened program.
Start button
Program button
It is at the rightmost side of the notification area.
desktop button
start button
program button
Which parts of the window is given in the picture?
sizing buttons
close button
menu bar
sizing button
Title bar
menu bar
window border
The window borders are the lines that surround a window.
TRUE
FALSE
Which icon given in the picture?
Computer
Recycle Bin
Which part of the taskbar is given in the picture?
Start Button
Program Button
Notification Area
Typing an essay in Word is an example of input.
Yes, because you're inserting data into the computer.
No, because you're not introducing data into the computer.
I don't know.
Is this a valid example of the Input-Process-Output Model?
Input: Scanning picture.
Process: Editing the picture.
Output: Printed poster with picture.
Yes.
No.
I don't know.
What is a computer?
An electronic device that receives input, processes it and provides an output in the desired format.
An electronic device to do homework, play video games or surf on the internet.
An electronic device that receives input, stores or processes the input and provides an output in the desired format.
Is this a valid example of the Input-Process-Output Model?
Input: Text and numbers typed on keyboard.
Process: Calculations performed in a spreadsheet.
Output: Bank record.
Yes.
No.
I don't know.
Check all the examples of Input Units.
Keyboard
Microphone
Speakers
Mouse
Check all the examples of Output Units.
Screen.
Printer.
Headphones.
Keyboard.
The control unit, arithmetic logic unit and memory are together called Central Processing Unit or CPU.
Yes
No.
I don't know.
Hardware cannot be touched, only software can be touched.
Yes.
No.
I don't know.
Software is the set of instructions or programs that make a computer function. It cannot be touched or seen.
Yes.
No.
I don't know.
Taking a picture with the cell phone is an example of output.
Yes, because it's the result of processing data.
No, because it's not the result of processing data.
I don't know.
Printing a document is an example of output.
Yes, because it is the result of processing data.
No, because it's not the result of processing data.
I don't know.
Check all the characteristics of computers.
Speed.
Accuracy.
Reliability.
Versatility.
Store capacity.
Check all the disadvantages of using a computer
Computers only help you do homework.
Computers can work many hours at a time.
Computers have no intelligence. They follow instructions blindly without considering the outcome.
Regular electric supply is necessary to make computers work.
Listening to audio through the speakers is an example of input.
Yes, because you're inserting data into the computer.
No, because you're not inserting data into the computer.
I don't know.
Check all the advantages of using a computer.
Computers can do the same task repetitively with the same accuracy.
Computers allow you to play video games.
Computers do not get tires or bored.
Computers have access to the internet.
Computers can take up routine tasks while releasing human resource for more intelligent functions.
Which of the following is not an example of Programming Language?
Java
Fortran
Perl
Eclipse
It is a software application that provides comprehensive facilities to computer programmers for software development
C-Programming
IDE
Code::Blocks
Pre-Processor Command
It is the process of writing, testing, debugging, and maintaining the source code of computer programs.
C - Programming
Computer Program
Computer Programming
Computer Programmer
The C programming language was devised in the early __________.
1950's
1960's
1970's
1980's
How many structures in the C-Programming?
4
5
6
7
Name of this part
Pre-Processor Command
Variables
Functions
Comment
It tells the compiler to do processing before doing the actual compilation.
Pre-Processor Command
Variables
Functions
Comment
It gives additional useful information, guide, or instructions inside a C Program.
Pre-Processor Command
Variables
Functions
Comment
C++ code
#include<stdio.h>
#include<conio.h>
#include<studio.h>
#include<conyo.h>
C is a case-sensitive programming language. It means in C printf and Printf will have
same meaning
different meaning
nothing happens
all of the these
The end of each C statement must be marked with a ________.
colon
semi-colon
zero or 0
0 with semi-colon
What is the name of this symbol #?
hashtag
number sign
brace bracket
less than
What is the meaning of this code \n?
ignored
in between
new line
comment
int stands for what?
interest
interval
integral
integer
It is a professional who writes programs.
engineer
teacher
programmer
doctor
