Ovido
Taal
  • Engels
  • Spaans
  • Frans
  • Portugees
  • Duits
  • Italiaans
  • Nederlands
  • Zweeds
Tekst
  • Hoofdletters

Gebruiker

  • Inloggen
  • Account aanmaken
  • Upgrade naar Premium
Ovido
  • Startpagina
  • Inloggen
  • Account aanmaken

c# chapter 5 part 2

if (amount > 1000)
result = 1;

else

if (amount > 500)

result = 2;

else

if (amount > 100)

result = 3;

else

result = 4;



Using the above code segment, what is stored in result when amount is equal to 12000?

1

if (amount > 1000)
result = 1;

else

if (amount > 500)

result = 2;

else

if (amount > 100)

result = 3;

else

result = 4;


Using the above code segment, what is stored in result when amount is equal to 14?

4

if (amount > 1000)
result = 1;

else

if (amount > 500)

result = 2;

else

if (amount > 100)

result = 3;

else

result = 4;


Using the above code segment, what is stored in result when amount is equal to 876?

2

The expression, (5 > 57 % 8), evaluates to ____?

True

if (aValue < largest )
result = aValue;

else

result = largest;


What happens when aValue is equal to largest in the program segment above?

result is assigned largest

Placing a semicolon onto the end of the conditional one-way if statement ____?

produces a null empty bodied true statement

When you place an if statement within another if statement, ____?

you create a nested if statement

The equality operator in C# is ____?

==

Which of the following is NOT one of the basic programming constructs?

event

The logical operators in C# are ____?

&& and ||

The short-circuiting logical operators ____?

enable doing as little as is needed to produce the final result

What is the rule for lining up, or matching, elses?

Else goes with the closest previous if that does not have its own else.

A company issues $5,000.00 bonuses at the end of the year to all employees who earn less than $100,000. Salary and bonus are both defined as double data types. Which of the following selection statements would assign the correct amount to bonus?

if (salary < 100000) bonus = 5000;

How can the compound conditional expression ((average > 79 && average <= 89)) be written to eliminate the logical operator - without changing the logic?

remove the && and create a nested if statement

if (a > 10)
if (b > 10)

if (c > 10)

result = 1;

else

if (b > 100)

result = 2;

else

result = 3;

else

result = 4;

else

result = 5;



Using the above code segment, what is stored in result when a, b and c are equal to 200?

1

if (a > 10)
if (b > 10)

if (c > 10)

result = 1;

else

if (b > 100)

result = 2;

else

result = 3;

else

result = 4;

else

result = 5;


What is stored in result when a is equal to zero, b and c are equal to 100?

5

____ perform differently based on their operands?

overloaded operators

if (examScore > 89);
grade = 'A';


Using the code snippet above, when does grade get assigned a value of 'A'?

every time the program is run, one-way if statement

The switch statement also goes by the name ____________?

case statement

The ____________ method will convert a string value sent as an argument to its equivalent numeric value, but it doesn't throw an exception when the conversion fails?

TryParse()

These categories are referred to as the basic programming constructs are simple sequence, iteration and ____________?

selection

The ternary operator ( ? : ) provides another way to express a simple if...else selection statement?
True or False

True

A comparison to determine whether the uppercase character S is less than the uppercase character W produces false?
True or False?

False

if (examScore is less than 50)
display message "Do better on next exam"



In the statement above, the entry inside the parentheses is called the ____?

conditional expression

if (examScore is less than 50)
display message "Do better on next exam"

The result of the expression above is ____?

answer is boolean:true of false

When a single variable may need to be tested for five different values, the most readable solution would be a(n) ____?

switch statement

if (value1 > value2)
largestOne = value1;

else

if (value1 < value2)

largestOne = value2;

else

largestOne = -(value1);


Using the nested if program statements, assuming value1 is 100 and value2 is 100, what is stored in largestOne above?

-(value1)

switch (phoneDigit)
{

case 1: num = 1;

break;

case 2: num = 2;

break;

case 3: num = 3;

break;

case 4: num = 4;

break;

default: num = 0;

break;

}



Looking at the example above, what happens if the break is omitted?

a syntax error is generated

Looking at the example above, when phoneDigit has a value of 'Q', what value is stored in num?

0

The switch statement case value can evaluate to all of the following EXCEPT ____?

double

if (examScore > 89)
grade = 'A';

Console.WriteLine("Excellent");


Using the code snippet above, when does Excellent get displayed?

every time the program is run

You cannot use the ____________ statement to test for a range of values?

switch or case

The equality operator in C# is represented by ____________?

==

By properly ____________ the else clauses with their corresponding if clauses, you encounter fewer logic errors that necessitate debugging?

lining up

With a two-way if statement, either the true statement(s) is (are) executed or the false statement(s), or both?
True or False?

False?

Quiz
c# chapter 5 part 1
c# chapter 6 part 2
c# chapter 6 part 1
java chapter 14 part 3
java chapter 14 part 2
angie
java chapter 14 part 1
java chapter 13 part 2
java chapter 13 part 1
java chapter 12 part 2
java chapter 12 part 1
java 2 chapter 11 part 2
java 2 chapter 11 part 1
21st Reviewer
ANAT actions + trajet
UE4
UE4
UE4innvervations
Tyska glosor
Elektromagnatism begrepp
prov kapitel 1!
Aviculturafisiologia da digestão
pompeo e crasso
interrogativos
concetti fondamentali del codice civile
Diritto privato
christmas memory verse.
PSP, Les Anxiolytiquesauto-correction
surfer girl
Kemins grunder
PR2 REVIEWER
ue3milieu interne
Clara
Duits Schritt 50
UCSP REVIEWER
Ausiàs March
russo 1
Verbi
statistica
EspagnolVocabulaire
german 32
IWBRS
GW
Lengua temas 3 y 13
respiratory system
Ordi Pedia
Guess That Quote!
IPHP REVIEWER
salud 2 periosod2
so1. Berätta om jakten på kolonier och hur det var en orsak till första världskriget På 1800-talet skaffade Frankrike och Storbritannien många kolonier. Kolonierna gav dem status, makt, pengar och råvar...
brunelleschi
CFRR
thermoregulation (emily)
Chemistry
Le potenze e le leve
Český jazyk - moderna🦾🫀🧠
chem Acid def day quiz
RadiationFlashcards.
spanisch
so prov
History
knochen
Tema 3
histoire chap 1 et 2
latin chap.8 vocab
Lateinnnn
DNS-
Ed civica onu
Week 12 - Chapter 18: The Endocrine System
Lukt, smak och känselbiologiprov
historiadescripciones
Film horror
glosor v.48
Geography
Examen Tecnicas Almacen
sivert
Surf
l'universo e le stelle e le galassie
GCP certifs
glosor v. 48
kap 11 del 2
v.48
29nov2024
la metropolisation en France
2q SCI
stoffen in huisnask
inactve fault
inglese tecnico
anatomi
Mapeh (Music) 2nd examstudy!
anglais cc1
SO ekonomi åk 8 6. Frågor presentationen
23)English Vocabulary in Use
drivers test missed questions
Ions polyatomiques
teoria della comunicazione
Derecho del Trabajo Parte Sustantiva Segundo Parcial - copiarepaso para un examen
Hassandensity and boyency and mix and flow grade 8
ioni poliatomici
placas tectonica
foods
schopenhauer
sartre
aristòtil
italiano
spanish stem-changing verbs
nomi in greco-26
samhällskunskap
shopenhauer
sartre
aristoteles
platón
socrates
ak hoofdstuk 2
englischKlassenarbeit Vocabeltest
LES PROFESSIONS
blood
Economia 3 ESO
Präpositionen
kK
chemie
the heart
Latein Präpositionen
słówka.
franska rörelse
metrologia
Blues
Glossor
Economia
漢字 Lesson 8MNN Basic Kanji Book.
tidsepoker evolution
SVTbonne chance :)
palabras y numeros mas usados en chino
vocabulaire
Vocabulario TEMA 5🟡
Vocabulario TEMA 4🔴
Vocabulario TEMA 3🟠
Frans dokter - kopie
Businessschapter 5 chapter 6 chapter 7
Vocabulario TEMA 2🔵
nomi in greco temi in dittongo-29
(・・;) histoire🤌✨️😘
franska verb
nomi greci temi in -υ- 28
nomi greci temi in -ι- 27
Tema 2: nutrición
Üben
vb anglais
economia del sistema agroalimentare
MANICURE AND PEDICURE TEST - copy
éval
Vokabeln Ffür Text
Sarjakuva
Wichtige Vokabeln (Zetteln)
informatica
franska
Sinnena
126-150
Lengua
cardiovascular system blood vessel
vocabulaire vêtementsvvvv
CARDIOVASCULAR SYSTEM
Teksti virkkeet
Il clima
Allah's 99 namn
passaggi di stato
CVA
Vocabulario TEMA 1🟣
Turtles
social chapter 4
Chez le médecin
Recht
Propiedades de los enlaces químicosPropiedades de los enlaces como los puntos de fusión y ebullición, redes que forma, durez, conductividad, estado a temperatura ambiente, maleabilidad, si son solubles y que ocurre cuando se disuelven.
luce
Valvulopathies
history
capitolo 1 chimica B atlas
AOMI
le caratteristiche delle onde elettromagnetiche e la luce, fino all'atomo di boh
AAA.
povertà e sottosviluppo
english
ttprueba social
Les acteurs sociaux - copiaRepas.
climas de españaCLIMA OCEÁNICO: ÁREA: norte de la península (cornisa cantábrica y Galicia) PRECIPITACIONES: abundantes, regulares y suaves. Total: supera los 800 mm y los 150 días lluviosos al año. Distribución: bast...
historia segundo periodo
english reviewer
cognition (emily)
study
metodología.
elimination (emily)
apparato locomotore
safety (emily)
uskonto
No evolution
Unit 2
glosor v. 48
Unit 1
spagnolo
Literatura El ensayo y la novela novecentista. Juan Ramón Jiménez
Adjetivos
BW ichtersKA
Literatura modernismo y generación del 98
Economia U2
cocina
ingles 1
ingles
LCM HCF
BW BeckFür Ka
48
Nombres
Gametogénese (feminina e masculina)
Sistema reprodutor- gametogénese (feminina e masculina)Gametogénese (feminina e masculina)
Cell quiz
Literary devices
bioqui
Hjärnan
kvant
Anatomia
Economia U1
tyska glossor från lektionen 2
2 verdens krigwhere did usa bomb in asia when did it start
glossor från lektionen 1
Literatura realismo y naturalismo
imperativo
starka verb
Övriga tyska ord
subjuntivo
imperativo afirmativo y negativo con complementos
Tyska glosor C
Tyska glosor B
evoluzione comuni w signorie
tyska glosor A
imperativo afirmativo y negativo de los verbos normales y reflexivos
subjuntivo presente
la méditerranée médiévale
monothéiste
MusikMusikbegrepp HT24
Engels woorden m1
Fysikläxa fredag 29/11
Rijles theorieTesting and remembering the theory
1 - 2.
tema 16
geschiedenisval van het romeinse rijk
properties of metals
tema 15
Derecho penal
Latin Vocab
Lara
Gli ambienti dei climi Freddi
företagsekonomi 1b - "kalkyl"
Cinese 2.1
histoire des idées politiques
le stress maternel prénatal
Genero ensayo
Geo
química
EnzymesEnzymes booklet
Orações subordinadas substantivas complativasQuiz com resposta completa de ocrrecao
etimologias periodo 2
Exam