wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Round-1 Technical Aptitude

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which of the following is not an Object Oriented Programming Language?

a)

Java

b)

Python

c)

C language

d)

C++

2.

What do you call the list of instructions to write a successful program?

a)

Algorithm

b)

Blueprint

c)

Flowchart

d)

Code

3.

Which of the following is a coding error?

a)

Coder error

b)

Typing error

c)

Runtime error

d)

Function error

4.

Which of the following is not a datatype in C++?

a)

int

b)

float

c)

string

d)

byte

5.

What do you call a short section of code written to complete a task?

a)

Loop

b)

Structure

c)

Function

d)

Buffer

6.

What does the following mean?

A!=BA!=B  

a)

A is assigned to B

b)

A is equal to B

c)

A and B are not equal

d)

It is not a valid expression

7.

Which of the following is a false statement?

a)

JAVA was originally named OAK

b)

HTML stands for hypertext markup language

c)

C was the first ever programming language

d)

The first ever programming language was developed in 1883

8.

Which language is not used in web development?

a)

C++

b)

Java

c)

C#

d)

Python

9.

Which of the following programming language is used to create programs like applets?

a)

Python

b)

C Language

c)

Java

d)

BASIC

10.

Where is Microsoft Office Headquarters?

a)

Texas

b)

New York

c)

California

d)

Washington

11.

Who is known as the father of computer science?

a)

Bill gates

b)

Alan Turing

c)

Joe Goldberg

d)

Steve Jobs

12.

Which one is volatile memory in a computer system?

a)

Hard Disk

b)

RAM

c)

Optical Drive

d)

ROM

13.

What is the name of the software used to convert an assembly language program into machine code?

a)

Assembler

b)

Interpreter

c)

Compiler

d)

Translator

14.

What is the binary equivalent of 22?

a)

10110

b)

01001

c)

01101

d)

10101

15.

What is the output of the code snippet?

 

a)

Infinite Loop

b)

Prints "Hello" once

c)

No output

d)

Compile Error

16.

What is a pointer?

a)

A keyword used to create variables

b)

A variable used to store address of an instruction

c)

A variable used to store address of other variable

d)

A variable used to store address of a structure

17.

In the given code, the function fopen() uses "r" to open the file "source.txt" in text mode for which purpose?

a)

For reading

b)

For reading and writing

c)

For creating a new file "source.txt" for reading

d)

For creating a new file "source.txt" for writing

18.

What is the Linux command used to change name of a directory?

a)

pwd

b)

cp

c)

mv

d)

cd

19.

Which type of inheritance is shown in the given code?

a)

Multiple Inheritance

b)

Multi level Inheritance

c)

Single Inheritance

d)

Hierarchical Inheritance

20.

What is the ASCII value of 'm' ?

a)

110

b)

109

c)

77

d)

76