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

Science Computer Chapter 7 Introduction to Programming

Science Computer Chapter 7 Introduction to Programming

University

10 Qs

Interpreter Quiz

Interpreter Quiz

University

10 Qs

Introduction to Programming Languages

Introduction to Programming Languages

University

10 Qs

Software Engineering Quiz 01

Software Engineering Quiz 01

University

12 Qs

STM10173 : TOPIC 1 (INTRODUCTION IN PROGRAMMING LANGUAGE)

STM10173 : TOPIC 1 (INTRODUCTION IN PROGRAMMING LANGUAGE)

University

10 Qs

4.2 Types of Programming Language, Translators, and Integrated D

4.2 Types of Programming Language, Translators, and Integrated D

10th Grade - University

11 Qs

DFC10042 - Activity C1_DDT1E

DFC10042 - Activity C1_DDT1E

University

10 Qs

ProgrammingParadigm&Translator

ProgrammingParadigm&Translator

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