What is the correct file extension for C source files?
CS1010 Lab 01

Quiz
•
Computers
•
University
•
Medium
Gabriella Gloria
Used 4+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
.java
.c
.cpp
.cfile
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a basic data type in C?
integer
real number
character
string
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the function foo(). What is the value of b at Line A?
foo() causes an error.
value of variable b cannot be determined
b contains the value of 15
b contains the value of 5
b contains the value of 75
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a flowchart, which symbol is used to represent a decision point?
diamond
rectangle
oval
arrow
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What function would calculate the weighted mean given a list L and weights W :
divide(sum(multiply(L, W)), W)
multiply(mean(L), mean(W))
divide(sum(multiply(L, W)), sum(W))
sum(divide(multiply(L, W), W))
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the mathematical function for the variance of a list L :
Which function represents this operation?
mean(subtract(L, square(mean(L))))
sum(square(subtract(L, mean(L))))
divide(square(subtract(L, mean(L))), n)
mean(square(subtract(L, mean(L))))
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
For the operation of standardizing a list L, which function is correct?
divide(L, stddev(L))
subtract(L, mean(L))
divide(subtract(L, mean(L)), stddev(L))
divide(subtract(L, stddev(L)), mean(L))
Create a free account and access millions of resources
Similar Resources on Quizizz
14 questions
Lecture 4 - Introduction to Computing

Quiz
•
University
13 questions
L10 OS LAB WS24 14-2-24

Quiz
•
University
10 questions
Core Java Quiz

Quiz
•
University
16 questions
Evaluativo Nº 8 (22/10/2024)

Quiz
•
University
15 questions
Microcontroller

Quiz
•
University
8 questions
Image Representation Quiz

Quiz
•
9th Grade - University
10 questions
Information Coding Scheme

Quiz
•
1st Grade - University
10 questions
J277 - 1.2 - Units

Quiz
•
10th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade