Quiz on PSPD_Chapter1

Quiz on PSPD_Chapter1

University

9 Qs

quiz-placeholder

Similar activities

Understanding Pseudocode Basics

Understanding Pseudocode Basics

6th Grade - University

10 Qs

Coding - Computer Programming

Coding - Computer Programming

KG - University

10 Qs

Introduction to Programming Languages

Introduction to Programming Languages

University

10 Qs

Computer Languages

Computer Languages

KG - University

10 Qs

Sem 2 : Chapter 1

Sem 2 : Chapter 1

University

12 Qs

Java quiz

Java quiz

University

8 Qs

Chapter 13 - Programming and Languages

Chapter 13 - Programming and Languages

University

10 Qs

Introduction To Programming

Introduction To Programming

University

10 Qs

Quiz on PSPD_Chapter1

Quiz on PSPD_Chapter1

Assessment

Quiz

Computers

University

Hard

Created by

SITI ROHANI BINTI SUKAIMI (PMJ)

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A set of words, abbreviations, and symbols that enables a programmer to communicate instructions to a computer. This statement refers to _________ (CLO1, C1)

Program

Algorithm

Programming

Programming language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the programming language which is categorized as Low-Level Language. (CLO1,C2)

Machine language and 3rd generation.

Assembly Language and 4th generation.

3rd AND 4th Generation Language.

Machine Language and Assembly Language.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the following generations of programming language executed code faster. (CLO1, C2)

1st Generation

2nd Generation

3rd Generation

4th Generation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify which of the types of system software used NOT for translating the codes. (CLO1, C1)

Assembler

Compiler

Interpreter

Processor

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the primary purpose of using high-level languages. (CLO1, C2)

To directly interface with hardware components.

To create complex graphics and animations.

To write code in a more human-readable and abstract manner.

To optimize program execution for specific hardware architectures.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A set of step‑by‑step instructions that directs a computer to perform a specific task and to produce the required results. This statement refers to __________ (CLO1, C1)

Programming

Program

Algorithm

Pseudocode

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the main role of a programmer. (CLO1, C1)

Managing financial aspects of a software project.

Developing marketing strategies for software products.

Writing, testing, and maintaining code to create software.

Providing customer support for computer users.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the main function of a compiler in language translation. (CLO1, C1)

It translates high-level programming code to machine code.

It translates natural languages to programming languages.

It converts digital images into text.

It helps computers understand user gestures.

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the translator that might be used to convert high level language instructions one line at one time into machine language. (CLO1, C1)

Compiler

Interpreter

Assembly

Assembler