Sample Test

Sample Test

10th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

1.0 (c) Types of language translator

1.0 (c) Types of language translator

12th Grade

7 Qs

Programming Concepts

Programming Concepts

11th Grade

12 Qs

Programming - High Level Code & Machine Code

Programming - High Level Code & Machine Code

2nd - 11th Grade

10 Qs

Programming Languages

Programming Languages

11th Grade

10 Qs

Computer Languages

Computer Languages

3rd - 10th Grade

12 Qs

Programming Languages

Programming Languages

9th - 12th Grade

12 Qs

OCR GCSE Computing 2.5 Programming Languages and IDE

OCR GCSE Computing 2.5 Programming Languages and IDE

KG - Professional Development

10 Qs

MCQ 1 -Translators and Facilities of languages

MCQ 1 -Translators and Facilities of languages

10th - 11th Grade

10 Qs

Sample Test

Sample Test

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Christine Bandalan

Used 13+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The following hardware allows users to enter data which can then be processed by the computer. Which one does not belong to the list?

Keyboard

Touchpad

Speakers

Scanner

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

JavaScript, C#, and Java are languages commonly used by programmers. What kind of languages do the examples belong to?

Machine-level language

Assembly-level language

Low-level language

High-level language

3.

FILL IN THE BLANK QUESTION

30 sec • 2 pts

____ is a procedure that is followed for a software project. It is a thorough strategy that explains how to build, maintain, replace, and change or improve certain software.

4.

FILL IN THE BLANK QUESTION

30 sec • 2 pts

____ is a generic term that might refer to a compiler, assembler, or interpreter; anything that converts higher-level code into another higher-level code (e.g., Basic, C++, Fortran, Java) or lower-level code (i.e., assembly language or machine code).

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In the compilation process, this is the step where an executable file is created.

Compiling

Assembling

Linking

Pre-processing

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What punctuation is used to house program execution in C?

[ ]

< >

( )

{ }

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following statements about header files is not true?

They are where the names of all the headers that will be utilized or consumed in the main code file are listed.

The function prototypes are present in them.

They contain constants and data types utilized by the libraries.

These files have a .header extension at the end.

8.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

This function is important for program execution.

function()

main()

important()

program()