WorksheetsLBS ENTRANCE MOCKTEST
Total questions: 64
Worksheet time: 42mins
Name
Mobile number
Course Studied
UG College
what does the term 'algorithm' refer to in computer science?
A specific programming language syntax
step by step procedure for solving a problem.
physical component of a computer
user interface of computer applications
which of the following is not a fundamental step in designing an algorithm.
input
output
implementation
debugging
what is the purpose of pseudocode in computer programming?
To write code that can be executed directly by the computer
To out line the logic of a program using simple syntax and natural languages
To debug code and fix errors.
To generate automated testcases for software applications.
In programming ,what is a variable?
A value that does not change during the execution of a programr
A temporary storage location with a specific name and data type
A constant value assigned to a specific data type
A reserved word that performs a specific action in a program
Which of the following is not a fundamental step in problem-solving with computer programming?
Understanding the problem
Writing code immediately
Designing an algorithm
Testing and debugging
What is the term for errors in a program that cause it to produce incorrect or unexpected results?
Syntax errors
Runtime errors
Logical errors
Semantic errors
What is the purpose of a loop in programming?
To declare variables
To execute a block of code repeatedly
To print output to the screen
To define functions
Which of the following is not a primitive data type in most programming languages?
Integer
String
Array.
Boolean
In which programming paradigm does a program consist of data and procedures that operate on that data?
Procedural programming.
Functional programming
Object-oriented programming
Imperative programming
.------is the pictorical representation of algorithm
Flowchart.
venn diagram
ER diagram
None of the above
