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

LINGCOM - Unit 1 and Unit 2 Quick Quiz

LINGCOM - Unit 1 and Unit 2 Quick Quiz

University

10 Qs

ICT 2022 (Difficult Round)

ICT 2022 (Difficult Round)

University

10 Qs

OSI reference model for data networks

OSI reference model for data networks

11th Grade - Professional Development

9 Qs

FOP - CHAPTER 1

FOP - CHAPTER 1

University

10 Qs

gogo yoyong

gogo yoyong

University

10 Qs

Coding - Computer Programming

Coding - Computer Programming

KG - University

10 Qs

CSC1243 - Introduction to Computer Programs (Programming Langua)

CSC1243 - Introduction to Computer Programs (Programming Langua)

University

10 Qs

Chapter 13 - Programming and Languages

Chapter 13 - Programming and Languages

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

Hard

Created by

Ajitha Padmanabhan

Used 1+ times

FREE Resource

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