Font size
WorksheetsSkill Test Computers Round-1
Total questions: 75
Worksheet time: 43mins
Select all which are hardware components of a computer system -
A keyboard
A program for editing images
A mouse
The operating system
A screen
Select all which are software of a computing system -
A file containing an image
A browser (a program for surfing the web)
A wireless network adapter (a device for connecting wirelessly to other computers)
An astronomy program
What does a processor (CPU) do?
Note: There may be more than one correct option. Select all that apply.
Stores programs
Stores data
Executes programs
Executes data
Processes data
Input
Mouse
Output
Printer
Neither Input nor Output
Processor
Both input and output
Touchscreen
You turn on your computer. As soon as it’s ready, you open a file containing a document and start editing it using a word processor.
If you take a snapshot of your system at that point, what will the processor (CPU) contain? Select items from the list below.
All the instructions contained in the word processing program
The instruction that is currently being carried out
Data for the instruction that is currently being carried out
(a) is the longest key on the keyboard.
____________ language uses Mnemonic codes.
Assembly
Machine
High level
Java language is the example of _________ languge
First generation
Second generation
High level
Identify the low level languages.
3GL
4GL
Machine language
Assembly Language
Machine Language is a -------- language.
4th Generation
3rd Generation
1st Generation
2nd Generation
The only language understood by the digital devices is...
assembly language
linking language
translation language
machine language
Which type of computer is used for weather forecasting?
Super Computers
PDA
Mainframe Computers
Wearable Computers
Which of these objects can be considered as a machine?
It can be used for sending emails
Who invented the computer
Allen Turing
Charles Babbage
Augusta Adaming
Simur cray
__________ was the first general purpose electronic digital computer, invented in 1946
ENIAC
UNIVAC I
PARAM
The circuit used in 1st generation of computers in 1940-56
vaccum tubes
transistors
integrated circuits
These computers are used in bank, universities and in any other big organizations
Mini computers
Macro computers
Super computers
what is DVD?
Digital Virtual Disk
Distance Visible Disk
Direct Versatile Disk
Digital Drive Disk
Which country used abacus first?
India
China
UK
South Korea
Abacus is used for
Drawing
Performing Calculations
All of these
None of these
Difference Engine is a device invented in
1820
1821
1822
1830
GUI stands for
Graphical User Interface
Graphical Unix Integrator
Graphical Unix Interface
None of these
ENIAC stands for
Electronic Numerical Interface and Calculations
Electronic Numerical Integrator and Computer
Electronic Numerical Interface and Calculator
None of the above
In which year was Apple computer invented?
1970
1983
1986
1976
Who invented Apple Computers?
Steve Jobs
Charles Babbage
John Napier
None of the
above
SSD Stands for (a)
HDD stands for (a)
C is a ___.
Low level language
High level language
Medium level language
None of the above
How many keywords are there in C language?
32
33
64
18
The C source file is processed by the ___.
Interpreter
Compiler
Both Interpreter and Compiler
Assembler
Who is known as the father of C language?
James A Gosling
Dennis Ritchie
Bjarne Stroustrup
E F Codd
C language was initialized in the year?
1976
1972
1970
1974
In printf, f stands for?
Formater
format
file
file format
>> is which operator?
Relational
logical
bitwise
arithmetic
What is correct variable rules in C Language
1. A variable will contain numbers
2. A variable must have underscore
3. A variable will not allow special characters
Both 1&2 follows
Both 1&3 follows
All 1,2&3 follows
Both2&3 follows
Which of the following option leads to the portability and security of Java?
Bytecode is executed by JVM
The applet makes the Java code secure and portable
Use of exception handling
Dynamic binding between objects
_____ is used to find and fix bugs in the Java programs.
JVM
JRE
JDK
JDB
Evaluate the following Java expression, if x=3, y=5, and z=10:
++z + y - y + z + x++
24
23
20
25
Which of the following is not OOPS concept in Java?
Inheritance
Encapsulation
Polymorphism
Compilation
When does method overloading is determined?
At run time
At compile time
At coding time
At execution time
Which of the following is a type of polymorphism in Java?
Compile time polymorphism
Execution time polymorphism
Multiple polymorphism
Multilevel polymorphism
Which of the below is invalid identifier with the main method?
public
static
final
private
Which component is used to compile, debug and execute java program?
JVM
JDK
JIT
JRE
Which of the following statements is correct?
Public method is accessible to all other classes in the hierarchy
Public method is accessible only to subclasses of its parent class
Public method can only be called by object of its class
Public method can be accessed by calling object of the public class
1. What is size of an int data type?
8 bits
32 bits
16 bits
40 bits
Java is a (a) language
Java was originally named
Oak
C++-++
Advanced C++
Coffee
Choose the correct order of the Java program execution.
A. Class Loader
B. Interpretation
C. Compilation
D. Byte Code Verification
E. Java Source Code
F. Execution
E-C-A-D-B-F
A-C-B-D-F-E
E-C-B-A-D-F
E-B-C-A-D-F
The keyword "method" is an another name for?
function
variable
class
object
If we want to print "I am new to Java" in java, we have to write (a)
Which of the following is a file compression utilities program?
WinZip
Windows
RAD
DOS
A webcam is an input device.
TRUE
FALSE
Which of the following can add a row to a table ?
Add
Insert
Update
Alter
Which SQL statement is used to insert new data in database ?
INSERT INTO
UPDATE
ADD
INSERT NEW
In a LIKE clause , you can could ask for any value ending in "qpt" by writing.
LIKE"%qpt"
LIKE"*ton"
LIKE"ton$"
LIKE^"ton$"
A NULL value is treated as a blank or 0.
True
False
None of the above
The result of a SELECT statement can contain duplicate rows .
False
True
None of the above
What SQL clause is used to restrict the rows returned by a query depending on validity of two conditions simultaneously ?
AND
WHERE
HAVING
FROM
What is a foreign key ?
A foreign key is a key field in table , which relates the table to another table where the key is a primary key or unique key.
Constraint (reference integrity)
The foreign key is a column that can have NULL value
The foreign key is a column that can not have NULL values
SQL stands for _______ ________ Language
(a)
The__________ operator
selects values within a given range
Between
not between
like
not like
The transfer between CPU and Cache is ______________
Word transfer
Block transfer
Set transfer
Associative transfer
What is the high speed memory between the main memory and the CPU called?
Register Memory
Storage Memory
Cache Memory
Virtual Memory
MICR Stands for
Magnetic Ink Character Recognizer
Measuring Ink Character Recognizer
Magnetic Ink Character Recognition
Measuring Ink Character Recognition
In a computer system What is Brain
ALU
CPU
Control Unit
RAM
How many Types of Software's are There in PC
2
3
4
1
Find Correct Output Devices
Printer,Projector,Scanner
Projector,Speaker,MICR
Printer,OCR,Speaker
Printer,Speaker,Prjector
Input Unit refers to
It is used to produce binary data to system for processing
It is used to produce raw data to system for processing
It is used to produce raw data to CPU for processing
It is used to produce binary data to CU for processing
OCR stands for
Optical Code Register
Optical Character Recognition
Optical Character Reader
Optical Character Reader
The following is not Storage Device
SSD
HDD
FLASH DRIVE
Cloud
Find not a Input Device
Joystick
barcode reader
scanner
printer
