CPT316 -Intro

CPT316 -Intro

University

5 Qs

quiz-placeholder

Similar activities

CSC126 Quick Exercise 1-1

CSC126 Quick Exercise 1-1

University

10 Qs

OOps test quiz

OOps test quiz

University

10 Qs

STM10173 : TOPIC 1 (INTRODUCTION IN PROGRAMMING LANGUAGE)

STM10173 : TOPIC 1 (INTRODUCTION IN PROGRAMMING LANGUAGE)

University

10 Qs

ProgrammingParadigm&Translator

ProgrammingParadigm&Translator

University

10 Qs

C Programming Quiz-5

C Programming Quiz-5

University

10 Qs

Compiler Design Lecture 1

Compiler Design Lecture 1

University - Professional Development

10 Qs

DFC10042 - Activity C1_DDT1E

DFC10042 - Activity C1_DDT1E

University

10 Qs

OCR GCSE Computing 2.5 Programming Languages and IDE

OCR GCSE Computing 2.5 Programming Languages and IDE

KG - Professional Development

10 Qs

CPT316 -Intro

CPT316 -Intro

Assessment

Quiz

Computers

University

Hard

Created by

Ramona Ramli

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Compiler is a

Software

Hardware

Interpreter

Middleware

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Program text that act as an input to a compiler is in a form of

executable code

natural language

target language

object program

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Syntax in programming language (PL) represents

semantic

structure and format of PL

flow of program execution

the meaning of programming languages

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Semantic in PL represents

rules in PL

grammar of PL

flow of program execution

structure of PPL

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many expressions in the following statement
(1 * (1+1))

1

2

3

4