Search Header Logo
Python Programming: 00 Programming Concepts

Python Programming: 00 Programming Concepts

Assessment

Presentation

Computers

University

Practice Problem

Easy

Created by

Karen Ahmed

Used 17+ times

FREE Resource

4 Slides • 9 Questions

1

Python Programming: Lesson 1

Programming Concepts

media

2

​Computers and Programs

  • A computer program is a detailed, step-by-step set of instructions telling a computer exactly what to do.

  • ​The process of creating software is called programming.

  • ​The fundamental question of computer science is 'What can be computed?'

media

3

Multiple Choice

What is an algorithm?

1

A computer program

2

A set of step-by-step instructions

3

A programming language

4

​Programming Languages

  • ​Programs are written in languages called programming languages.

  • ​Humans can understand high-level languages such as Python, C# and Java.

  • ​Computers can understand low-level languages such as Assembly Language and Machine Code.

media

5

Multiple Choice

Computer languages designed to be understood by humans are:

1

Natural languages

2

High-Level Languages

3

Machine Languages

4

Fetch-Execute Languages

6

Open Ended

Explain what a high-level language is and give three examples of high-level programming languages.

7

Open Ended

Explain what low-level programming languages are and give two examples.

8

Open Ended

Compare and contrast high and low level programming languages. What are the advantages/disadvantages of these?

9

​Compilers & Interpreters

  • Translate programs from high-level to low-level languages.

  • ​Interpreters translate code line by line.

  • ​Interpreters are used each time the code is run.

  • ​Compilers translate code all at once and make an executable file.

media

10

Multiple Choice

One difference between a compiler and interpreter is:

1

A compiler is a program

2

A compiler translates code into machine language

3

A compiler is no longer needed after a program is translated

4

A compiler processes source code

11

Open Ended

Explain what is meant by a 'compiled language' and give an example of one.

12

Open Ended

Explain what is meant by an 'interpreted language' and give an example of one.

13

Open Ended

Compare and contrast compilers and interpreters. What are the advantages / disadvantages of each?

Python Programming: Lesson 1

Programming Concepts

media

Show answer

Auto Play

Slide 1 / 13

SLIDE