wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Crash Course Computer Science

Total questions: 28

Worksheet time: 14mins

Name
Class
Date
1.

A decimal system is composed of ____ numerals or symbols

a)

2

b)

8

c)

10

d)

16

2.

In hexadecimal number system, the number F is equivalent to _____ of decimal number system.

a)

2

b)

8

c)

10

d)

15

3.

The full form of bit is binary digit.

a)

True

b)

False

4.

A written program in any programming language is called

a)

Programming code

b)

Source code

c)

Software code

d)

Machine code

5.

The code understands and can directly execute by computer is called

a)

Source code

b)

Programming code

c)

Software code

d)

Machine code

6.

Which of the following is NOT a step-in compilation process?

a)

Preprocessing

b)

Compilation

c)

Execution

d)

Linking

7.

The part of the compiler which performs joining of different software libraries is called

a)

Linker

b)

Loader

c)

Compiler

d)

Interpreter

8.

Which one of the following is not a state of a process?

a)

Start

b)

Ready

c)

Terminate

d)

Die

9.

Which one of the following is not a state of a process?

a)

Start

b)

Ready

c)

Terminate

d)

Die

10.

The ____ translate a single line or section of code at a time and makes its executable version and runs it immediately.

a)

Compiler

b)

Interpreter

c)

Assembler

d)

Translator

11.

A running program or executing entity is called a ___

a)

Program

b)

Thread

c)

Process

d)

Sub-process

12.

The ____ of the operating system loads program into memory and it becomes a process.

a)

Process scheduler

b)

Program scheduler

c)

Loader

d)

Linker

13.

The efficiency of a system processor is measure in terms of ___

a)

throughput

b)

Output

c)

Input

d)

Hertz

14.

The _____ identifies all the tokens in the source and create a symbol table with it.

a)

Translator

b)

Analysis

c)

Process

d)

Synthesis

15.

What is the full form of PCM is ____?

a)

Program Control Board

b)

Process Control Board

c)

Process Control Byte

d)

Program Control Byte

16.

Python is a compiled programming language.

a)

True

b)

False

17.

Compiler requires more memory during compilation.

a)

True

b)

False

18.

Python programming was developed by

a)

Guido van Rossum

b)

Bjarne Stroustrup

c)

Bill Gates

d)

Mark Zuckerberg

19.

Python programming was named after

a)

Guido Van Rossum

b)

Monty Python's Flying Circus

c)

Bill Gates

d)

Mark Zuckerberg

20.

Which one of the following is not included in Anaconda python distribution?

a)

NumPy

b)

SciPy

c)

Panda

d)

MySQL

21.

Which one of the following is included in Anaconda python distribution?

a)

Notepad++

b)

PyCharm IDE

c)

Spyder IDE

d)

Brackets

22.

Jupyter notebook is a

a)

Python Compiler

b)

A text editor for python to compile the source code

c)

An interactive python compiler for creating the source code

d)

Web-based computing environment for python

23.

The interactive interpreter of python is called

a)

Python Shell

b)

Python Command

c)

Python Libraries

d)

Python Interaction

24.

Python programming was developed by Guido Van Rossum in the year ___

a)

1980

b)

1991

c)

2001

d)

2003

25.

The default file extension of python is ___

a)

.py

b)

.pyt

c)

.tho

d)

.python

26.

A sequence of characters surrounded by quotes is called ___

a)

String literals

b)

Character literals

c)

Number literals

d)

Float literals

27.

Python is case sensitive and it treats upper-case and lower-case characters differently.

a)

True

b)

False

28.

A ___ is a code that has a name and it can be reused or executed again by specifying its name in the program where needed.

a)

Code

b)

Block

c)

Function

d)

Source