Search Header Logo
7.0 Introduction to Programming

7.0 Introduction to Programming

Assessment

Presentation

Computers

12th Grade - University

Medium

Created by

SITI BM

Used 4+ times

FREE Resource

21 Slides • 26 Questions

1

media

2

media

3

media

4

media

5

media

6

media

7

Multiple Select

There are many types of programming language used today. Define programming language.

1

Set of words, abbreviations, and symbols that enables a programmer to communicate instructions to a computer

2

Notational system for describing tasks in a machine-readable only

3

Set of rules, words, symbols, and codes used to write computer programs.

8

Multiple Choice

There are two types of programming language which are ...

1

machine language and low level language

2

machine language and assembly language

3

machine language and high level language

4

low level language and high level language

9

Multiple Select

Assembly Language

1

consists of English-like abbreviations

2

Use symbolics instruction code

3

needs to be translated to machine language

4

Unique to particular computer.

10

Multiple Select

Machine Language

1

Difficult to write

2

does not need to be translated

3

instructions use a series of binary digits

4

language that a computer can understand

11

Multiple Select

High Level Language

1

written using a series of English-like words

2

easy to learn

3

no need to be converted to machine-language

4

Machine independent

12

Multiple Select

Example(s) of High Level Language

1

Java

2

Visual Basic

3

ASM

4

GAS

13

media

14

media

15

media

16

media

17

media

18

media

19

media

20

Multiple Choice

What is programming paradigm?

1

A fundamental style of computer programming, that is can be categorized according to the approach used to solve a problem.

2

An approach to programming a computer based on a mathematical theory or a coherent set of principles.

3

A way in which computer language looks at the problem to be solved.

4

All answer is correct!

21

Multiple Select

Examples of object-oriented programming language

1

Phyton

2

C++

3

C

4

PASCAL

5

FORTRAN

22

Multiple Choice

Identify programming language paradigm based on statement below.

"The program statements that express facts and rules about problem within a formal logic system."

1

Procedural Programming

2

Logic Programming

3

Object-oriented programming

23

Multiple Choice

Identify programming language paradigm based on statement below.

"Create one thing that has its own data and set of responsibilities."

1

Procedural Programming

2

Logic Programming

3

Object-oriented programming

24

Multiple Choice

Identify programming language paradigm based on statement below.

"The program consists of routines, subroutines or functions to carry out a series of computational steps."

1

Procedural Programming

2

Logic Programming

3

Object-oriented programming

25

Multiple Choice

Identify programming language paradigm based on statement below.

"A program that uses object that include both data and function."

1

Procedural Programming

2

Logic Programming

3

Object-oriented programming

26

Multiple Select

Which of the following describe object oriented correctly?

1

organizes the program code into procedures (or functions or methods).

2

uses classes and objects to create models based on the real world environment.

3

uses automated reasoning to compute over a set of facts and rules.

4

easy to maintain and modify existing code as new objects are created inheriting characteristics from existing ones.

5

Program code is written using logic notation

27

Multiple Select

Which of the following describe programming paradigm : logic correctly?

1

organizes the program code into procedures (or functions or methods).

2

uses classes and objects to create models based on the real world environment.

3

uses automated reasoning to compute over a set of facts and rules.

4

easy to maintain and modify existing code as new objects are created inheriting characteristics from existing ones.

5

Program code is written using logic notation

28

Multiple Select

Which of the following describe procedural programming paradigm correctly?

1

organizes the program code into procedures (or functions or methods).

2

uses classes and objects to create models based on the real world environment.

3

uses automated reasoning to compute over a set of facts and rules.

4

easy to maintain and modify existing code as new objects are created inheriting characteristics from existing ones.

5

Program code is written using logic notation

29

media

30

media

31

Multiple Choice

Define these terminologies "Language Translator"

1

program that converts instructions written in machine language to programming language.

2

program that converts instructions written in programming language to machine language.

32

media

33

media

34

media

35

media

36

Multiple Select

Name the translator use to convert program segments below into executable codes.

if (Sales > 1000)

cout<< “Bonus Paid”;

1

Assembler

2

Intrepreter

3

Compiler

37

Multiple Select

Name the translator use to convert program segments below into executable codes.

ADD GROSS PAY

PRINT NET PAY

1

Assembler

2

Intrepreter

3

Compiler

38

Multiple Choice

Name programming language written below

1100 0101

1010 1111

1

Low Level Language

2

Machine Language

3

High Level Language

39

Multiple Choice

Translates the entire program into object program.

1

Assembler

2

Interpreter

3

Compiler

40

Multiple Choice

Converts programs written in assembly language to machine code.

1

Assembler

2

Interpreter

3

Compiler

41

Multiple Choice

Translate one high-level program instruction at a time into machine code.

1

Assembler

2

Interpreter

3

Compiler

42

Multiple Choice

identify the most appropriate type of language translator that translates - Microsoft Visual Basic

1

Assembler

2

Interpreter

3

Compiler

43

Multiple Choice

identify the most appropriate type of language translator that translates - PHP

1

Assembler

2

Interpreter

3

Compiler

44

Multiple Choice

identify the most appropriate type of language translator that translates - COMPASS

1

Assembler

2

Interpreter

3

Compiler

45

media

46

Multiple Choice

Machine language does not need a translator. Why?

1

Machine language executes other programs directly, running through program code and executing it line-by-line.

2

Machine language converts an entire high level language program automatically.

3

Machine language is already understand by the computer.

47

media
media

Show answer

Auto Play

Slide 1 / 47

SLIDE