Python

Python

University

45 Qs

quiz-placeholder

Similar activities

standard input output

standard input output

University

41 Qs

Python: Built-In Functions and Upto Tuple

Python: Built-In Functions and Upto Tuple

University

50 Qs

Operators in Python

Operators in Python

University

43 Qs

PY4E Finals

PY4E Finals

University

49 Qs

Python Quiz BF-7

Python Quiz BF-7

University

43 Qs

Python Assessment Quiz 1

Python Assessment Quiz 1

University

40 Qs

TECHNICAL QUIZ

TECHNICAL QUIZ

University

45 Qs

Python

Python

Assessment

Quiz

Computers

University

Hard

Created by

KEMAL -

Used 5+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is a computer program?

A language that all computers understand and process

A text file with instructions for the computer that are written in a programming language

A graphic document that describes the flow of instructions that a computer can run

A cloud service that translates human-friendly instructions into machine code

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How does a program that is written in a compiled language run?

Each statement in the program is translated into machine code and run one at a time.

The file that contains the program is compressed before it is run.

The entire program is first translated into machine code before it is run

The statements in the program are run without any translation.

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which process represents the practice of writing software iteratively?

Write a little > Test it > Write a little more > Test it.

Write everything > Test everything.

Write a little > Test it > Write the rest.

Test a little > Write everything > Test a little.

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which type of tool helps with managing updates and coordinating access to source code?

Email

Version control

Backup

Instant messaging

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which option is a version control tool?

Vim

AWS CloudTrail

PyCharm

Git

6.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Which languages are considered to be interpreted languages? (Select TWO.)

GoLang

C++

Python

JavaScript

C

7.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

What are the benefits of using an integrated development environment (IDE) instead of a text editor to write code? (Select TWO.)

IDEs offer a visual approach to software development.

IDEs highlight incorrect syntax.

IDEs convert code that is written in any programming language into Python.

IDEs offer the option to compile or interpret Python.

IDEs suggest fixes for issues.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?