Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUESTION 1 SDLC stands for: Software Development Life Cycle Software Deployment Life Cycle Soft Demands Long Collaboration Software Details Limitations and Contracts QUESTION 2 The

QUESTION 1

  1. SDLC stands for:

    Software Development Life Cycle

    Software Deployment Life Cycle

    Soft Demands Long Collaboration

    Software Details Limitations and Contracts

QUESTION 2

  1. The last phase of the SDLC

    is the collection of feedback to begin the SDLC once more.

    is the collection of feedback for improvement on the next project.

    Is when the code is finally written and compiled into an application.

    is understanding the problem in detail.

QUESTION 3

  1. The first phase of the SDLC

    is the collection of feedback to begin the SDLC once more.

    is the collection of feedback for improvement on the next project.

    is when the code is finally written and compiled into an application.

    is understanding the problem in detail.

QUESTION 4

  1. A Use Case diagram:

    Is used to plan out the structure of objects in a system.

    is used to illustrate how your program will relate and support your organization

    is used to illustrate the interactions between different objects.

    is used to determine how the program will be used.

QUESTION 5

  1. What is the output of the following print( nums[-4] ) if nums = "1234567"

    5

    4

    67

    Error message is displayed.

QUESTION 6

  1. What is the output of the following print( 2: ) if nums = "1234567"

    567

    4

    67

    34567

QUESTION 7

  1. Which function call would you use if you wanted to separate a string of text into a list of text values?

    divide()

    split()

    index()

    eval()

QUESTION 8

  1. What is the output of the following print( :-1 ) if nums = "1234567"

    1234567

    123456

    234567

    34567

QUESTION 9

  1. What is the output of the following print( :-1 ) if nums = [1, 2, 3, 4, 5, 6, 7]

    1 2 3

    1 2 3 4 5 6

    2 3 4 5 6 7

    Nothing, cannot operate on lists.

QUESTION 10

  1. What is the output of the following print( to_upper(hello there!)).

    hello there!

    Hello there!

    Hello There!

    HELLO THERE!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2010 Barcelona Spain September 2010 Proceedings Part 3 Lnai 6323

Authors: Jose L. Balcazar ,Francesco Bonchi ,Aristides Gionis ,Michele Sebag

2010th Edition

3642159389, 978-3642159381

More Books

Students also viewed these Databases questions