COMP130_Intro

COMP130_Intro

University

6 Qs

quiz-placeholder

Similar activities

IDS TAE-III

IDS TAE-III

University

9 Qs

Python Generators

Python Generators

10th Grade - University

10 Qs

MATLAB PRUEBA 1

MATLAB PRUEBA 1

University

10 Qs

Arduino-MatLab Quiz Game

Arduino-MatLab Quiz Game

University

10 Qs

COMP130_IO

COMP130_IO

University

7 Qs

Python Quiz - 6

Python Quiz - 6

University

10 Qs

Predictive Analytics

Predictive Analytics

University

10 Qs

FP-01 Algoritmos

FP-01 Algoritmos

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