Funda of programming mid

Funda of programming mid

University

97 Qs

quiz-placeholder

Similar activities

Mantenimiento computadoras

Mantenimiento computadoras

5th Grade - University

94 Qs

BASH_LATEX_GIT

BASH_LATEX_GIT

University

98 Qs

SQL: GROUP Functions

SQL: GROUP Functions

8th Grade - Professional Development

97 Qs

Python Quiz - Till Basic String

Python Quiz - Till Basic String

University

100 Qs

Computer Architecture Year 7 EOU Test

Computer Architecture Year 7 EOU Test

6th Grade - University

100 Qs

Prueba Parcial-CANVA

Prueba Parcial-CANVA

University

100 Qs

C programming Midterm

C programming Midterm

University

94 Qs

Latihan Soal-inf-11

Latihan Soal-inf-11

2nd Grade - University

100 Qs

Funda of programming mid

Funda of programming mid

Assessment

Quiz

Computers

University

Medium

Created by

Anh Đỗ Thanh Bảo

Used 8+ times

FREE Resource

97 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the most important skill for a computer scientist?

A. To think like a computer.

B. To be able to write code really well.

C. To be able to solve problems.

D. To be really good at math.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An algorithm is:

A. A solution to a problem that can be solved by a computer.

B. A step by step list of instructions that if followed exactly will solve the problem under consideration.

C. A series of instructions implemented in a programming language.

D. A special kind of notation used by computer scientists.

Answer explanation

✔️ Algorithms are like recipes: they must be followed exactly, they must be clear and unambiguous, and they must end.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Source code is another name for:

A. the instructions in a program, stored in a file.

B. the language that you are programming in (e.g., Python).

C. the environment/tool in which you are programming.

D. the number (or "code") that you must input at the top of each program to tell the computer how to execute your program.

Answer explanation

✔️ The file that contains the instructions written in the high level language is called the source code file.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a high-level programming language and a low-level programming language?

A. It is high-level if you are standing and low-level if you are sitting.

B. It is high-level if you are programming for a computer and low-level if you are programming for a phone or mobile device.

C. It is high-level if the program must be processed before it can run, and low-level if the computer can execute it without additional processing.

D. It is high-level if it easy to program in and is very short; it is low-level if it is really hard to program in and the programs are really long.

Answer explanation

✔️ Python is a high level language but must be interpreted into machine code (binary) before it can be executed.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pick the best replacements for 1 and 2 in the following sentence: When comparing compilers and interpreters, a compiler is like (1)______ while an interpreter is like (2)______.

A. 1 = a process, 2 = a function

B. 1 = translating an entire book, 2 = translating a line at a time

C. 1 = software, 2 = hardware

D. 1 = object code, 2 = byte code

Answer explanation

Compilers take the entire source code and produce object code or the executable and interpreters execute the code line by line.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program is:

A. a sequence of instructions that specifies how to perform a computation.

B. something you follow along at a play or concert.

C. a computation, even a symbolic computation.

D. the same thing as an algorithm.

Answer explanation

✔️ It is just step-by-step instructions that the computer can understand and execute. Programs often implement algorithms, but note that algorithms are typically less precise than programs and do not have to be written in a programming language.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Debugging is:

A. tracking down programming errors and correcting them.

B. removing all the bugs from your house.

C. finding all the bugs in the program.

D. fixing the bugs in the program.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?