Search Header Logo

MTA 98-361: Software Development Fundamentals (Part 3)

Authored by Justin Bishop

Computers, Other

11th - 12th Grade

Used 87+ times

MTA 98-361: Software Development Fundamentals (Part 3)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

59 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

You have the following flowchart(see graphic):


Select the correct answer to the following:


The value that is returned is___

20

100

300

400

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

You have the following flowchart(see graphic):


select the answer to the following:


The value of A is ___

20

30

70

330

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An application presents the user with a graphical interface. The interface includes buttons that the user clicks to perform tasks. Each time the user clicks a button, a method is called

that corresponds to that button.


Which term is used to describe this programming model?

Functional

Service oriented

Structured

Event driven

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the application life cycle, the revision of an application after it has been deployed is referred to as:

Unit testing

Integration

Maintenance

Monitoring

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have a table named ITEMS with the following fields:

✑ ID (integer, primary key, auto generated)

✑ Description (text)

✑ Completed (Boolean)


You need to insert the following data in the table:

"Cheese", False Which statement should you use?

INSERT INTO ITEMS (ID, Description, Completed) VALUES (1, 'Cheese', 0)

INSERT INTO ITEMS (Description, Completed) VALUES ('Cheese', 1)

INSERT INTO ITEMS (10, Description, Completed) VALUES (NEWID(), 'Cheese', 6)

INSERT INTO ITEMS (Description, Completed) VALUES ('Cheese', 0)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You need to create a property in a class. Consumers of the class must be able to read the values of the property. Consumers of the class must be prevented from writing values to the property.


Which property procedure should you include?

Return

Get

Set

Let

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Two classes named Circle and Square inherit from the Shape class. Circle and Square both inherit Area from the Shape class, but each computes Area differently.


Which term is used to describe this object-oriented concept?

polymorphism

encapsulation

superclassing

overloading

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?

Discover more resources for Computers