This quiz titled 'Fundamentals Final (ch 1-7)' assesses foundational knowledge in programming, focusing on data types, operators, objects, methods, and method parameters. It is designed to test the understanding of core programming concepts, essential for learners in computer science.
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
When
While
Do
Else
Rate this question:
True
False
Rate this question:
Methods
Classes
Parameters
Commands
Rate this question:
List command
Do command
Act statement
If statement
Rate this question:
/**
(
{
. (dot
! (exclamation mark)
^(caret)
–(dash)
Rate this question:
Constant
Loop
Modifier
Instance
Rate this question:
Null
Private
Static
Boolean
Rate this question:
True
False
Rate this question:
Command
Parameter
Return type
Signature
Rate this question:
&&
!!
||
Rate this question:
True
False
Rate this question:
Commands
Questions
Rate this question:
True
False
Rate this question:
Scores[3] = 5;
Scores[5] = 0;
Scores[5] = 5;
Rate this question:
Parameters
Commands
Class type
Return type
Rate this question:
True
False
Rate this question:
Return type
Name
Parameter
Parenthesis
Rate this question:
Dot notation
Parenthetical citation
Curly braces
Spaces
Rate this question:
A group of people sharing the same relationship to the means of production.
A procedure for a calculation inside a program.
The term used for programs
A model or template from which objects are created
Rate this question:
Methods
Classes
Instances
Parameters
Rate this question:
String
Array
Double
Constant
Rate this question:
True
False
Rate this question:
Public int count = 0;
Public count = 0;
Public void count();
Rate this question:
Method call
Instance variable
Return type
Rate this question:
At the top of the class
Inside of the method that it is going to be used in
At the end of the class
Rate this question:
True
False
Rate this question:
Public randomMove()
Public void randomMove()
Public void randomMove
Rate this question:
True
False
Rate this question:
Void
Public
Static
General
Rate this question:
Capital letter
Small letter but use capital letters for the beginning of words in the middle of it
Rate this question:
CanSee()
Move()
Run()
Act()
Rate this question:
Capital letter
Small letter but use capital letters for the beginning of words with no spaces (camel casing)
Rate this question:
String city = “Overland Park”;
String[“Overland Park];
City = “Overland Park”;
Rate this question:
Int
Double
Boolean
String
Constant
Rate this question:
Int[] scores;
Int scores [];
Float[] rates;
Float rates [];
Rate this question:
Command
Parameter
Return type
Signature
Rate this question:
True
False
Rate this question:
Class
Command
Method
Instance
Rate this question:
True
False
Rate this question:
Parameter
Command
Method call
Instance
Rate this question:
7days
_days
NumDays
$days
Num.days
Rate this question:
Translates source code into executable code
Tests a program's logic
Translates executable code to machine code
Maintains a collection of programs
Rate this question:
Bank account
BankAccount
Bank_Account
BankAccount
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.