Easy
Medium
Normal
Hard
Challenge
100

You are developing a game application that has a character class. What is the character Type of player1? 

Archer 

100

What does it mean to consume a Web service in your application?

Transactions and what they provided

100

Which option best describes database normalization?

Web method

100

Review the underlined text. If the statement is correct, choose “no change is needed”. “if the statement is incorrect, select the answer that best fits in the statement. The Console. In property gets the standard input files to process data. 

Stream

100

You need to implement the display Stats method. Instructions: To answer, drag the appropriate code segment from the column on the left to its location on the right. Each code segment may be used once, more than once, or not at all. 

Public void display Stats (), Console.WriteLine (name); Console. Write Line(“Level: + level);

200

Instructions: Review the underlined text. If the statement is correct, choose “No change is needed.” If the statement is incorrect, select the answer that best fits the statement.

No changed is needed.

200

The succinct expression or depiction of the essential features of something

Encapsulation 

200

Done, perceived, or existing in open view....

Public
200

Which type of programming should you

Use to make sure that the car is still available when the request is made?


Normalization

200

What term is used to describe a programming model in which the user interacts with a graphical interface and methods are called when, for example, a check mark is selected?

Event driven

300

Is a service offered by an electronic device to another electronic device, communicating with each other via the World Wide Web

Web service

300

Data base normalization is the process of organizing the attributes and tables of a relational database to minimize data 

Normalization
300

You want to retrieve all the data from Product. You also want the result to be in alphabetical order according to product Name and then id. Which statement is correct?

White box

300

The main features of Objects Oriented Programming are Inheritance, Encapsulation, and...

Polymorphism

300

Which CSS Style background-image value should you use? 

Radical-gradient( white, black);

400

Review the underlined text. If the statement is correct, choose “ No change is needed.” If the statement is incorrect, select the answer that best fits the statement.

Change (XHTML)

400

When a class inherits functionally from a base class it is called a derived class. Review the underlined text. If the statement is correct, choose “No change is needed”. “If the statement is incorrect, select the answer that best fits in the statement

Derived

400

Connections can significantly enhance the performance, and sociability of your application is what?

Pooling 

400

You want to retrieve all the data from Product. You also want the result to be in alphabetical order according to product Name and the id.

SELECT FROM Product ORDER BY product Name, id

400

You want to retrieve all the data from Product. You also want the result to be in alphabetical order according to product Name and then id. Which statement is correct? 


White box
500

Which three options are examples of branch statements? 

Return,Switch,Stop

500

For each following statements, select True if the statement is true. Otherwise, select False.

The difficulty integer is not stored on the stack

The attack Damage float is stored on the side the Location X and location Y doubles are stored on the top.

None of the options are true. The difficulty integer is stored on the stack, the attack Damage float is stored on the heap, and the location X and location Y doubles are stored on the stack.

500

Target Audience is what?

The desire to get started in software development 

500

Which two options are benefits of using a transaction?

If it fails, all of the data modifications are erased. If it is successful all of the data modifications are committed and saved to the database.

500

What block of a try-catch loop should include the code that may throw an exception?

Try-catch loop

M
e
n
u