PSS-L2

PSS-L2

University

7 Qs

quiz-placeholder

Similar activities

PL101 - Quiz 1

PL101 - Quiz 1

University

10 Qs

OS S9 18-1-23

OS S9 18-1-23

University

10 Qs

Introduction to Programming Language

Introduction to Programming Language

University

9 Qs

INTRODUCTION TO HTML

INTRODUCTION TO HTML

University

10 Qs

ES & IoT Lab 6.8.2021

ES & IoT Lab 6.8.2021

University - Professional Development

9 Qs

Array in C

Array in C

University

10 Qs

PRE-TEST

PRE-TEST

University

10 Qs

Chapter 1 : Introduction to Programming Language

Chapter 1 : Introduction to Programming Language

University

10 Qs

PSS-L2

PSS-L2

Assessment

Quiz

Computers

University

Hard

Created by

Bobby Sathyaseelan

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Major Categories of programming languages are

Machine Language

High level Language

Assembly Language

All the above

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Write 3 examples of High level Languages

Evaluate responses using AI:

OFF

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Source Program -->  _______________  --> Assembly Language


Source program is converted to assembly language by

Compiler

Assembler

Both

None of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assembly Language -->  ____________ --> Machine Language


Assembly language  is converted to Machine language by

Compiler

Assembler

Both

None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Program that pulls other programs together so that they can run is

Souce code

Breaker

Linker

Library

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____________ reads and executes statements one at a time

Source Code

Compiler

Interpreter

None of the above

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A programming model which takes a top-down approach