BSAIT 1-2 QUIZ

BSAIT 1-2 QUIZ

Professional Development

20 Qs

quiz-placeholder

Similar activities

Model 11

Model 11

Professional Development

15 Qs

core java basics

core java basics

Professional Development

25 Qs

SCMOC 0306 Commercial Procurement

SCMOC 0306 Commercial Procurement

Professional Development

19 Qs

1_Java Fundamentals_Array

1_Java Fundamentals_Array

Professional Development

20 Qs

SQL - parte 1

SQL - parte 1

Professional Development

17 Qs

Контрольная работа на массивы

Контрольная работа на массивы

Professional Development

22 Qs

PSC Quiz1

PSC Quiz1

University - Professional Development

20 Qs

UC_TM02_C Programming Basics

UC_TM02_C Programming Basics

University - Professional Development

16 Qs

BSAIT 1-2 QUIZ

BSAIT 1-2 QUIZ

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Erickson Antonio

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in Java?

A constant value

A named memory location that can store a value

A method to execute code

A type of data structure

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to declare a named constant in Java?

static

final

const

immutable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the main() method signify in a Java program?

The end of the program

The starting point for execution

A method for input

A method for output

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a primitive data type in Java?

String

Array

int

List

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used to start a single-line comment in Java?

/* */

//

#

//* *//

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid way to declare a variable in Java?

int a = 5;

float b = 2.5f;

char c = 'A';

string d = "Hello";

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data types can hold decimal values?

int

char

float

boolean

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?