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

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

University

7 Qs

quiz-placeholder

Similar activities

Chapter 4 Revision

Chapter 4 Revision

University

10 Qs

POP QUIZ 4 (DFC40243)

POP QUIZ 4 (DFC40243)

University

10 Qs

The importance of Being Earnest

The importance of Being Earnest

KG - University

11 Qs

Python101

Python101

1st Grade - Professional Development

10 Qs

ROUND 2

ROUND 2

University

10 Qs

Videoconferencing

Videoconferencing

University - Professional Development

10 Qs

BCA-TelU Quiz

BCA-TelU Quiz

University

10 Qs

CP N5 Theory Test 1

CP N5 Theory Test 1

University

10 Qs

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

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

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Ajitha Padmanabhan

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Two general types of software are

_________ software and ________ software.

compilers, interpreters

algorithm, tools

program, code

system, application

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

The syntax of a given language is,(select all that apply)

the set of symbols in the language.

the acceptable arrangement of symbols.

only symbols

none of the mentioned

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The process of finding and correcting errors in a computer program is called _______________.

bugging

error finding

error correcting

debugging

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which kinds of errors can a translator program detect ?

Syntax errors

Semantic errors

Both

None

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The semantics of a given language is the meaning associated with any arrangement of symbols in the language

true

false

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

CPUs can only execute instructions that are in binary form called _______________.

binary code

bits

machine code

translator

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Two major programming paradigms in use today are _______________ programming and _______________ programming.

System , Application

General, Specific

Compiler, Interpretars

procedural, object oriented