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

IGCSE_CS_CH4_L4

IGCSE_CS_CH4_L4

10th Grade

9 Qs

4.5 Translators

4.5 Translators

6th Grade - University

8 Qs

CS Edexcel 3.3 Programming Languages

CS Edexcel 3.3 Programming Languages

9th - 10th Grade

10 Qs

Computer Languages and Types of computers

Computer Languages and Types of computers

4th - 10th Grade

10 Qs

Programming Concepts

Programming Concepts

11th Grade

12 Qs

Exam Style Questions

Exam Style Questions

10th - 12th Grade

12 Qs

Python Basics (X)

Python Basics (X)

10th 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()