Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

Scripting and Programming Foundations- D278 Exam questions & Answers

Rating
-
Sold
-
Pages
7
Grade
A+
Uploaded on
07-12-2024
Written in
2024/2025

Scripting and Programming Foundations- D278 Exam questions & Answers

Institution
Scripting And Programming Foundations- D278
Module
Scripting and Programming Foundations- D278

Content preview

Scripting and Programming Foundations-
D278 Exam questions & Answers
- - -subtraction operator, outputs the difference between the two input
numbers

- != - -a comparison operator used to compare if one operator is not equal to
another

- % - -modulo operator, outputs the remainder of dividing the first number
by the second

- * - -multiplication operator, outputs the product of the two input numbers

- ** - -exponentiation operator, outputs the result of multiplying <base> by
itself <power> number of times

- / - -division operator, outputs the result of dividing the first number by the
second

- + - -addition operator, outputs the sum of the two input numbers OR
concatenation operator, joins two values together

- < - -a comparison operator used to compare if one operator is less than
another

- < - -a comparison operator used to compare if one operator is less than
another

- <= - -a comparison operator used to compare if one operator is less than
or equal to another

- = - -assignment operator, assigns a value

- == - -a comparison operator used to compare if one operator is equal to
another

- > - -a comparison operator used to compare if one operator is greater than
another

- >= - -a comparison operator used to compare if one operator is greater
than or equal to another

, - abstraction - -Focus on the essential qualities of something rather than one
specific example.

- actors - -In a use case, this is anything who lives outside of your system,
but has a goal they want to accomplish within.

- algorithm - -A set of commands that returns a value. This differs from a
procedure, which is a set of commands that doesn't necessarily have to
return a value.

- append() - -Mutates <List> by adding <Element> to the end of the list.

- arguments - -The inputs to a procedure. (may also be called parameters)

- attributes - -Characteristics of an object which may be used to reference
other objects or save object state information.

- <name> = <expression> - -This is an assignment statement. A variable is
named and also assigned a value or expression. If multiple values are
assigned to the same named variable, the last assignment is the one used.

- base case - -An expression that has a value and is not defined in terms of
some other thing we are defining. This breaks the chain of recursion.

- Boolean - -A value that is either True or False

- circular definition - -A definition that doesn't give us answers because it
never finishes. It is stuck in a loop with each reference pointing to another
reference. It has no base case.

- class - -Describes what an object will be, but it isn't the object itself. This is
a blueprint for that object.

- class <ClassName> (<BaseClass>):
<Block> - -How to define a class in Python

- class diagram (UML) - -Shows the system classes and relationships
between them. Diagrams the primary attributes and primary operations for
each class.

- code modularity - -Dividing software or an application into smaller
modules. This provides prewritten code which saves resources and provides
greater manageability.

- comparison operator - -Used to make a comparison between two values.

Written for

Institution
Scripting and Programming Foundations- D278
Module
Scripting and Programming Foundations- D278

Document information

Uploaded on
December 7, 2024
Number of pages
7
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$10.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF


Also available in package deal

Thumbnail
Package deal
WGU D278 (Scripting and Programming - Foundations) EXAMS
-
12 2024
$ 48.99 More info

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
AccurateScores Not yet listed
View profile
Follow You need to be logged in order to follow users or courses
Sold
585
Member since
3 year
Number of followers
336
Documents
15251
Last sold
2 days ago

3.7

122 reviews

5
56
4
20
3
18
2
11
1
17

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these revision notes.

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and smashed it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions