WorksheetsCrash Course Computer Science
Total questions: 28
Worksheet time: 14mins
A decimal system is composed of ____ numerals or symbols
2
8
10
16
In hexadecimal number system, the number F is equivalent to _____ of decimal number system.
2
8
10
15
The full form of bit is binary digit.
True
False
A written program in any programming language is called
Programming code
Source code
Software code
Machine code
The code understands and can directly execute by computer is called
Source code
Programming code
Software code
Machine code
Which of the following is NOT a step-in compilation process?
Preprocessing
Compilation
Execution
Linking
The part of the compiler which performs joining of different software libraries is called
Linker
Loader
Compiler
Interpreter
Which one of the following is not a state of a process?
Start
Ready
Terminate
Die
Which one of the following is not a state of a process?
Start
Ready
Terminate
Die
The ____ translate a single line or section of code at a time and makes its executable version and runs it immediately.
Compiler
Interpreter
Assembler
Translator
A running program or executing entity is called a ___
Program
Thread
Process
Sub-process
The ____ of the operating system loads program into memory and it becomes a process.
Process scheduler
Program scheduler
Loader
Linker
The efficiency of a system processor is measure in terms of ___
throughput
Output
Input
Hertz
The _____ identifies all the tokens in the source and create a symbol table with it.
Translator
Analysis
Process
Synthesis
What is the full form of PCM is ____?
Program Control Board
Process Control Board
Process Control Byte
Program Control Byte
Python is a compiled programming language.
True
False
Compiler requires more memory during compilation.
True
False
Python programming was developed by
Guido van Rossum
Bjarne Stroustrup
Bill Gates
Mark Zuckerberg
Python programming was named after
Guido Van Rossum
Monty Python's Flying Circus
Bill Gates
Mark Zuckerberg
Which one of the following is not included in Anaconda python distribution?
NumPy
SciPy
Panda
MySQL
Which one of the following is included in Anaconda python distribution?
Notepad++
PyCharm IDE
Spyder IDE
Brackets
Jupyter notebook is a
Python Compiler
A text editor for python to compile the source code
An interactive python compiler for creating the source code
Web-based computing environment for python
The interactive interpreter of python is called
Python Shell
Python Command
Python Libraries
Python Interaction
Python programming was developed by Guido Van Rossum in the year ___
1980
1991
2001
2003
The default file extension of python is ___
.py
.pyt
.tho
.python
A sequence of characters surrounded by quotes is called ___
String literals
Character literals
Number literals
Float literals
Python is case sensitive and it treats upper-case and lower-case characters differently.
True
False
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.
Code
Block
Function
Source
