NOCTI Computer Programming

Quiz
•
Computers
•
12th Grade
•
Easy
Christopher Shears
Used 58+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the acronym 'HTML' stand for?
Hyperspace Text Markup Language
Hyperlink Text Markup Language
Hypertext Markup Language
High Tech Markup Language
Answer explanation
The correct choice is 'Hypertext Markup Language' as HTML stands for Hypertext Markup Language.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which programming language is known for its use in developing Android applications?
HTML
Java
C++
Python
Answer explanation
Java is known for its use in developing Android applications, making it the correct choice among the given options.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of a 'for loop' in programming?
To iterate over a sequence of elements and execute a block of code for each element.
To make the code run faster
To automatically generate random values
To skip executing certain lines of code
Answer explanation
The purpose of a 'for loop' in programming is to iterate over a sequence of elements and execute a block of code for each element.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between '==', '===', and '!=' in programming?
'==' checks for equality, '!=' checks for strict equality, and '===' checks for inequality.
'=' checks for equality, '==' checks for strict equality, and '!=' checks for inequality.
'==' checks for equality, '===' checks for strict equality, and '!=' checks for inequality.
'===' checks for equality, '!=' checks for strict equality, and '==' checks for inequality.
Answer explanation
'==' checks for equality, '===' checks for strict equality, and '!=' checks for inequality.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the concept of 'inheritance' in object-oriented programming.
Inheritance is a mechanism in which a class can only inherit from one parent class.
Inheritance is a mechanism that allows classes to inherit private members from other classes.
Inheritance is a mechanism in which a class inherits properties and methods from a subclass.
Inheritance is a mechanism in which a new class is created using properties and methods of an existing class. The new class is called a derived class or child class, and the existing class is called a base class or parent class.
Answer explanation
Inheritance is a mechanism in which a new class is created using properties and methods of an existing class. The new class is called a derived class or child class, and the existing class is called a base class or parent class.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the significance of 'git' in version control systems?
Git is not compatible with any programming languages.
Git simplifies the process of version control and enables better collaboration among developers.
Git is only used for storing code locally.
Git makes it harder for developers to collaborate.
Answer explanation
Git simplifies the process of version control and enables better collaboration among developers by allowing for efficient tracking of changes and easy merging of code.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the role of a 'compiler' in the process of programming?
Creates user interfaces
Optimizes database queries
Generates test cases
Translates high-level code into machine code
Answer explanation
The role of a compiler is to translate high-level code into machine code, making it understandable by the computer for execution.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python Lists

Quiz
•
8th - 12th Grade
10 questions
S3 SDD Unit 2 - 3. Design

Quiz
•
9th Grade - University
10 questions
Algorithms & Pseudocode

Quiz
•
8th - 12th Grade
18 questions
Unit 4 Variables, Conditionals & Functions CS20-21

Quiz
•
9th - 12th Grade
14 questions
LA5.C5: Branching and Subroutines

Quiz
•
9th Grade - University
13 questions
2.5 Translators & Facilities - OCR GCSE Computer Science

Quiz
•
7th - 12th Grade
10 questions
Programming - Tour of IDE

Quiz
•
3rd - 12th Grade
10 questions
Using Subroutines in Python

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade