Search Header Logo

Apex Basics

Authored by M Salman

Professional Development

1st Grade

Used 4+ times

Apex Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is APEX ?

Apex is a strongly typed, object-oriented programming language

Apex is a object-oriented programming language but not strongly typed language

Apex is a Hyper Text Markup Language.

Apex is a strongly typed, case insensitive and object-oriented programming language.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Variable?

A variable is a named value holder in memory

It is a datatype.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The name we choose for the variable is called ?

Datatype

Statement

Instruction

Identifier

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A single variable can store how many values at the same time ?

One

Multiple

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code.

boolean flag;

system.debug(flag);

false

true

null

error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the correct initialization of the variable below?

String name = 'John ' , 'Wick ';

Yes

No

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen If you run the following code ?

Integer age = 15;

INTEGER AGE = 20;

system.debug(Age);

20 will be print

15 will be print

error

nothing

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?