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

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

11th - 12th Grade

59 Qs

quiz-placeholder

Similar activities

Word Modules 1 and 2

Word Modules 1 and 2

9th - 12th Grade

56 Qs

CompTia 1001 Exam Review

CompTia 1001 Exam Review

10th Grade - University

56 Qs

Dubai College Year 7 House Quiz

Dubai College Year 7 House Quiz

1st - 12th Grade

59 Qs

CSEC IT- Past Paper MCQ- 2020

CSEC IT- Past Paper MCQ- 2020

12th Grade

60 Qs

3rd Quarter Exam in CSS2

3rd Quarter Exam in CSS2

11th Grade

60 Qs

Network Security - Practice Test #1

Network Security - Practice Test #1

10th Grade - University

62 Qs

Benchmark #1

Benchmark #1

9th - 12th Grade

55 Qs

Mid-Term Chapters 1,2,3 Kirkwood High 23-24

Mid-Term Chapters 1,2,3 Kirkwood High 23-24

9th - 12th Grade

60 Qs

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

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

Assessment

Quiz

Computers, Other

11th - 12th Grade

Medium

Created by

Justin Bishop

Used 87+ times

FREE Resource

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

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?