Big Idea 1: Creative Development

Big Idea 1: Creative Development

9th - 11th Grade

14 Qs

quiz-placeholder

Similar activities

User Interfaces

User Interfaces

8th - 11th Grade

12 Qs

App Lab

App Lab

6th - 9th Grade

15 Qs

App Creator 1.4/1.5

App Creator 1.4/1.5

6th - 9th Grade

12 Qs

Revision MIT App Inventor after lvl3 clouds

Revision MIT App Inventor after lvl3 clouds

5th - 12th Grade

16 Qs

Device Configuration and Management- Domains 3 & 4

Device Configuration and Management- Domains 3 & 4

9th - 12th Grade

16 Qs

APP LAB Homework 1

APP LAB Homework 1

9th Grade

10 Qs

Quiz: Design Apps that utilise device functions

Quiz: Design Apps that utilise device functions

11th Grade

18 Qs

User Interface - Higher

User Interface - Higher

11th - 12th Grade

15 Qs

Big Idea 1: Creative Development

Big Idea 1: Creative Development

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

Linda Henneberg

Used 368+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is NOT a possible benefit of collaborative work on a software development project?

Creators can share ideas so the app can operate to its maximum capacity

The app development process will go faster since there are more people to work on it

Collaborators can bring different perspectives to the table that they can incorporate into their app

People supposed to work on the app can let others do all the work

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A student wants to create an app that allows for a user to create a group with other people and gain a list of nearby places to visit. Which of the following is LEAST likely to be an input that is provided by the user while using the app?

The user's location

The location of other members in the group

The amount of people in their group

A list of nearby places

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following allows for collaboration between students in different locations when working together to develop an application?

Having the students participate in several video conferences to share their progress and ideas

Having one student in charge of putting everything together while the others do not participate

Having each student create their own version of the application

None of these allows for students in different locations to collaborate on an application

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

When collaborating with a group for a project, what is NOT a positive effect of collaboration?

The ability to compare ideas

The diversity of ideas

Overabundance of ideas

Accountability

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A firm that develops advice giving applications plans to involve a groups of test users in the software development process. Which of the following is most likely a BENEFIT in having user feedback?

Users can review and provide technical solutions to the software's algorithms to improve accuracy.

Users provide code documentation at the end of the software development process.

Users can design potential released versions and work with the design team.

Users can provide general feedback that can be used by developers to incorporate different perspectives into the design process.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

PROCEDURE updatePrice (max)

{

price <-- 5

REPEAT UNTIL (price > max)

{

DISPLAY (price)

price <-- price + 2

Which of the following is the most appropriate documentation to appear with the updatePrice procedure?

Prints all positive odd integers that are greater than max.

Prints all positive even integers that are greater than max.

Prints all positive even integers that are less than or equal to max.

Prints all positive odd integers that are less than or equal to max.

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

1. Look at the following code segment:

Number <--- 10

(While Number > 0

Number <--- Number-1)

Console.log (Number)

Which choice best explains how it functions?

The function subtracts the value 1 from the Number value of 10 until it reaches the value of 1 then the loop terminates and the console.log prints the value of Number which is 1

The function adds the value of 1 to the Number value of 0 until it reaches the value of 10 then the loop terminates and the console.log prints the value of Number which is 10

The function subtracts the value 1 from the Number value of 10 until it reaches the value of 0 then the loop terminates and the console.log prints the value of Number which is 0

a. The function subtracts the value 1 from the Number to display all odd numbers up to 10

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?