Operators and Expressions

Operators and Expressions

University

22 Qs

quiz-placeholder

Similar activities

Introdução a Programação Estruturada em C

Introdução a Programação Estruturada em C

University

26 Qs

Google Sheets Quiz - 17/09/2024

Google Sheets Quiz - 17/09/2024

University

20 Qs

Quiz-1-Set-1-OOPs-CPP

Quiz-1-Set-1-OOPs-CPP

University

20 Qs

Pretest Alpro Dasar

Pretest Alpro Dasar

University

20 Qs

Brainware

Brainware

9th Grade - University

17 Qs

Problem Solving and Programming Design (Part 3)

Problem Solving and Programming Design (Part 3)

University

22 Qs

PPL 223 ( QUIZ 2) Syntax and Semantics

PPL 223 ( QUIZ 2) Syntax and Semantics

University

20 Qs

FDBS Lesson 1 Quiz (Quiz #1)

FDBS Lesson 1 Quiz (Quiz #1)

University

20 Qs

Operators and Expressions

Operators and Expressions

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Ridge Marino

Used 2+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Symbols that represent a specific mathematical or logical processing in programming.

Variable

Smooth Operator

Operators

Symbolism

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the common operators used in C#?​ ​ ​ ​ ​ ​

ARITHMETIC OPERATOR

RELATIONAL OPERATOR

LOGICAL OPERATOR

ASSIGNMENT OPERATOR

MACHINE OPERATOR

Answer explanation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Operators used in performing mathematical operations on numerical values.

Mathematical Operator

Arithmetic Operation

Arithmetic Operator

Numerical Operator

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This returns the remainder after dividing first operand by second operand

+ (Addition)

* (Multiplication)

- (Subtraction)

/ (Division)

% (Modulus)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

These return Boolean values true and false, by determining the relationship between operands of numeric values.

Boolean Operator

Relational Operator

Relationship Operator

Relative Operator

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This operator determines if the two (2) operands are equal or not—if the values are not equal, it returns true; otherwise, false.

!=

=!

x=

=x

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Determines if the two (2) operands are equal or not—if the values are equal, it returns true; otherwise, false.

==

=!

>=

<=

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?