برمجة موجهة

برمجة موجهة

University

67 Qs

quiz-placeholder

Similar activities

Examen Recuperación Programación I

Examen Recuperación Programación I

University

70 Qs

MUITICT_12_test

MUITICT_12_test

University

71 Qs

Экзаменационные вопросы Python (Раздел 3)

Экзаменационные вопросы Python (Раздел 3)

University

65 Qs

Java -Assessment Milestone -1

Java -Assessment Milestone -1

University

65 Qs

Arduino 4t

Arduino 4t

University

62 Qs

UAS Program Komputer

UAS Program Komputer

University

72 Qs

PROG3 - Chapter 1

PROG3 - Chapter 1

University

64 Qs

ôn tập từ bài 16 - 20 tin 10

ôn tập từ bài 16 - 20 tin 10

10th Grade - University

65 Qs

برمجة موجهة

برمجة موجهة

Assessment

Quiz

Computers

University

Easy

Created by

Yamna ‘s

Used 15+ times

FREE Resource

67 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

defines an in-built module platform that provides system information.

Python

Platform module

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

is used to retrieve as much possible information about the platform on which the program is being currently executed.

Python

Platform module

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Purpose: Returns a string with a detailed description of the platform.

platform.platform()

platform.machine()

platform.processor()

platform.system()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Description: This function gives you a complete summary of the platform you are running on, which includes information like OS name, release, version, and additional identifiers.

platform.platform()

platform.processor()

platform.processor()

platform.system()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Purpose: Returns the machine type (architecture).

platform.platform()

platform.machine()

platform.processor()

platform.system()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Description: This provides the hardware identifier of the machine, such as x86_64 for 64-bit Intel processors, arm for ARM-based systems, etc.

platform.platform()

platform.machine()

platform.processor()

platform.system()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Purpose: Returns the name of the processor.

platform.platform()

platform.machine()

platform.processor()

platform.system()

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?