CPT316 -Intro

CPT316 -Intro

University

5 Qs

quiz-placeholder

Similar activities

Unit-I-Python-2024 bat -Syntax,semantics and program translation

Unit-I-Python-2024 bat -Syntax,semantics and program translation

University

7 Qs

Visual Basic Intro

Visual Basic Intro

University

10 Qs

Java Quiz 2 based on loop and if else

Java Quiz 2 based on loop and if else

University

10 Qs

OOps test quiz

OOps test quiz

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

CS2505 Compiler Optimization - Quiz-1

CS2505 Compiler Optimization - Quiz-1

University

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