COMP130_Intro

COMP130_Intro

University

6 Qs

quiz-placeholder

Similar activities

หน่วยการเรียนรู้ เรื่อง กราฟ (Graph)

หน่วยการเรียนรู้ เรื่อง กราฟ (Graph)

University

10 Qs

CMP128 Java Ch. 07 Arrays

CMP128 Java Ch. 07 Arrays

University

10 Qs

Output Devices

Output Devices

University

6 Qs

Pemrograman Komputer

Pemrograman Komputer

University

7 Qs

Pretest Getting Started with Matlab

Pretest Getting Started with Matlab

University

10 Qs

Database | Entity Relationship Model

Database | Entity Relationship Model

University

10 Qs

Testing

Testing

University

10 Qs

Kuis 12 Pemcit

Kuis 12 Pemcit

University

10 Qs

COMP130_Intro

COMP130_Intro

Assessment

Quiz

Computers

University

Medium

Created by

W Mao

Used 4+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is a legal variable name?

1_a

a_1

1a

_a

2.

FILL IN THE BLANK QUESTION

1 min • 5 pts

MATLAB is short for _____

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following was released the earliest?

C

MATLAB

Python

Java

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to delete all of the saved variables?

clc

delete

clear

whos

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The only allowable characters for variable names are letters, numbers, and
underscore.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of round(8.132, 2)?

8.00

8.13

8.132

error