Answer:
R, G, B
Explanation:
Red, Green, Blue
When you get a new sim card do it come with a new number or do you have a activate the phone and get a new number in store ?
put the sim card in the phone and turn the phone on, it technically comes with the card but you really interact with it until you turn the phone on.
Android OS "AFTER" Beta.
A. Cupcake
B. Candy
C. Cookie
D. Carmel
Answer:
Android OS "AFTER" Beta is;
A. Cupcake
Explanation:
The Android Beta mobile operating system was released on November 2007 while on the 23rd of September, 2008, the first commercially available version of the Android, Android 1.0 was released
Android 1.0 and 1.1 were not assigned actual code names and the first Android mobile operating system release to be assigned a code name is the Android 1.5 which was code named Cupcake by the project manager
A structure that organizes data in a list that is commonly 1- dimensional or 2- dimensional
Group of answer choices
Array
Linear Section
Constant
No answer text provided.
Answer:
(a) Array
Explanation:
An array is a data structure that can be used to organize 1- or 2-dimensional data in a list.
Answer:
(a) Array
Explanation:
You created a two-dimensional array with the following code.
>>> A = [21, 'dog', 'red']
>>> B = [35, 'cat', 'blue']
>>> C = [12, 'fish', 'green']
>>> E = [A, B, C]
How do you refer to 'cat'?
E[1, 2)
E[1,2]
E[1][2]
E[1,2]
Explanation:
My answer is E[1][1]
but I don't see it here
Answer:
E[1][2] that is correct I just took t
Which word best describes the feeling you have when you are in the learning zone?
A. Comfortable
B. Accomplished
C. Unsure
D. Agitated
Explanation:
This is probably something like a feedback form
but I feel unsure/comfortable
Answer: Accomplished
Explanation:
Which details in paragraphs 1-5 contrast with your experience and expectations?
Based on these details,what do you think the setting of the story is?
Answer:
among us
Explanation:
Menu options are usually selected by _____the mouse.
Answer:
clicking
Explanation:
right clicking the mouse
Which of the following programming languages were initially developed to teach programming techniques to students? Choose all that apply.
Answer:
BASIC programming language
Pascal programming language
Explanation:
C++ programming language
Java programming language
BASIC programming language
Pascal programming language
Answer:
it's C and D
Explanation:
NEED ASAP.
Which multimedia feature can be used to automatically move objects in your slides?
X transition
O animation
O clipart
O innovation
Consider the following code: x = 5 x = x * 3 print (x) What is output
Answer:
Output: 5
Explanation:
It will print 5 on the screen
What kind of loop should be used in a game where the user is guessing a secret code and the message"guess again" appears until the user guesses correctly?
Answer:
While loop
Explanation:
It should be noted that the number of times which the computer will ask the user to take a guess is not known.
When we have a condition like this, the while loop (or in some programs; the do-while loop) is to be used.
To further back my point, see the following program in python.
secret_code = 1234
user_guess = int(input("Take a guess: "))
while user_guess != secret_code:
user_guess = int(input("guess again: "))
print("You guessed right")
The above program will keep asking the user to take a guess until the user enters 1234.
This may or may not be possible with a for loop.
How do I do this? Can someone please tell me.
Answer:
Below is a quick example of how to do it. Note though that the instruction to output "annual rainfall to one decimal place" sounds erroneous to me, as I would expect the numbers to be entered as integers (but perhaps I'm wrong).
In my opinion it would be far more sensible to round the average to a single decimal place instead.
start a running tally at zero
set "aboveTally" to zero (this will be used to count which months are above the average)
for each month{
prompt for rainfall that month, storing it in an array
Also add that value to the running tally
}
average = tally / 12
// Output list of month's rainfalls, and get a tally of those above average
for each month{
print month + ": " + amount input for this month
if total for month > average: aboveTally++
}
//output total anual to one decimal place:
print "total anual rainfall: " + (int)(tally * 10) / 10
//output number of months above the average:
print "Number of months above averayge: " + aboveTally
which line of code will allow you to only load the localtime() method into active memory
Answer:
from time import localtime
Explanation:
have a lovely day :)
The line of code that will allow you to only load the localtime method into active memory is time.
The localtime function is simply known to be time in seconds as long as Epoch is targeted by timer into a broken-down time.
It is mostly written in local time. The function is known to be of timezone and any seasonal time adjustments. Local timezone information is used as though localtime() calls tzset().LocalTime cannot have a muted date-time object that shows a time, often viewed as hour-minute-second. Time is shown in nanosecond precision.
Learn more from
https://brainly.com/question/19639119
Why is it important to know the skills, experience needed and pay for a potential career choice?
What should you do first when designing a program?
Answer: talk about da progrm
Explanation:
Answer:
Step-by step Explanation:
Identifying Responses and Replies
Use the drop-down menus to complete the sentences about message response options in Outlook.
v sends your response to everyone who received the initial email.
v creates a new message that includes the initial message to a new recipient.
v sends your response to only the sender of the initial message.
Answer:
Identifying Responses and Replies by using the drop-down menus to complete the sentences about message response is written below in detail.
Explanation:
A situation like this may be:
Someone receives a bike. They travel it and all, and then all of an unexpected they fall and get injured
If you only understood the first section of how the person received a bike when you draft a response, you would only draft about that piece, but getting harm after receiving the bike is also a huge portion of the "story". You could draft like how you were so pleased when you received your first bike, but you wouldn't remember to address the time you got injured when you were riding down a hill or something.
Answer:
Reply All
Forward
Reply
Explanation:
Jason works for a restaurant that serves only organic, local produce. What
trend is this business following?
digital marketing
green business
e commerce
diversity
Answer:
green buisness
Explanation:
Which of the following is NOT a peripheral?
Keyboard
USB storage drive
Printer
CPU
Select all the correct answers.
Flynn has drafted a research paper using a word processor. Which of the following will help him to enhance the readability of the paper and give it a professional look?
using bulleted or numbered lists
tracking revisions to the draft
presenting data in tables
inserting headers and footers on each page
formatting section headings in a different font type and size than body text
SELECT ALL THAT APPLY WILL GIVE BRAINLIEST
Answer: Bulleted or numbered lists, presenting data in tables, and the formatting one.
Explanation: I’m taking the test and i’m pretty sure that’s right, lmk if you got a better answer though!
Answer:
A, C, E
or 1, 3, 5
Explanation:
Took the test!
In 1-2 Sentences, Explain how you would open a new Word processing Document
Explanation:
first you open word processing app. then in the home screen you will see start a new document then you start one.
.xls is the file extension for this file type
A. Image File
B. Internet File
C. Spreadsheet File
D. Word Processing File
Answer:
Spreadsheet File
Explanation:
Most word processing files are doc or docx
Most internet files are htm or html
Most Image files are jpg or png
Microsoft word is an example of utility software?
A.true
B.false
Answer:
false
Explanation:
Ms word is only an application software
Answer:
Option B. False is the correct answer.
Explanation:
A software that is used to take care of computer and its resources is called utility software while Microsoft word is a dedicated software for documentation and report writing also called application software.
Hence,
Option B. False is the correct answer.
HELP ASAP!!! What portfolio document is most likely to speak of your soft skills?
cover letter
transcript
recommendations
resume
Answer: resume
Explanation:
Answer:
recommendations was the right answer
Explanation:
You can raise an object to a height of 2 meters by pulling down a distance of 8 meters on a pulley with a force of 40 N. How heavy an object can you lift with his effort?
Answer:
160 N
Explanation:
Since, work done by effort = work done by load,
Fd = F'd' where F = effort force = 40 N, d = distance moved by effort = 8 m, F = load and d' = distance moved by load = 2 m.
So, Fd = F'd'
40 N × 8 m = F' × 2 m
320 Nm = 2F m
So, F = 320 Nm/2m
= 160 N
So, the object that can be lifted is an object of 160 N
Which of the following numbers might this code generate: random.randint(1,9)?
0
10
11
1
Answer:
1
Explanation:
In Python programming language, the random.randint function is an abbreviation for random integers.
Basically, the random.randint is used for generating or creating a random integer numbers.
The syntax for this code can be written as;
A = random.randint(1,9)
Print ("Random number between 1 and 9 is % s" % (A))
Note, the numbers between 1 and 9 are 1, 2, 3, 4, 5, 6, 7, 8 and 9.
From the answer choices given (0, 1, 10 and 11), the only number that matches the requirement is 1.
Therefore, the number this code random.randint (1,9) might generate is 1.
Here dude this is what I was talking about
Answer:
go to your email and refresh the page and if it didnt work just email them
In Outlook 2016, the Tell Me function can be accessed by
O pressing F1 on the keyboard.
clicking on the File tab, then the question mark button.
typing a query in the textbox on the ribbon.
typing "help" in the search box in the message pane.
In Outlook 2016, the Tell Me function can be accessed by
O pressing F1 on the keyboard.
clicking on the File tab, then the question mark button.
typing a query in the textbox on the ribbon.
typing "help" in the search box in the message pane.
Explanation:
I think it should be typing a query in the textbox on the ribbon.
In Outlook 2016, the Tell Me function can be accessed by clicking on the File tab, then the question mark button. The correct option is B.
What is Outlook?The preferred email client for sending and receiving emails from Microsoft Exchange Server is Microsoft Outlook. Accessibility to contact, email, calendar, and task management tools is also provided by Outlook.
You can send and receive emails, manage your calendar, save the names and phone numbers of your contacts, and keep track of your projects using Outlook.
Even if you utilize Outlook on a daily basis, you might not be aware of all the wonderful things it can do to boost your productivity.
By selecting the File tab, then the question mark button in Outlook 2016, you may open the Tell Me feature.
Thus, the correct option is B.
For more details regarding Microsoft outlook, visit:
https://brainly.com/question/26695071
#SPJ2
Is the PS5 a W or L? Would you still play on the PS4 more then the Ps5?
Answer:
HMMM I dont know because if the ps4 has the horizon game then sure but if nit ps5 because that game looks sick
Explanation:
The answer is D!!Readable code includes
o the use of formatting to make the code look better.
the use of dense lines of code without indentation.
o the use of comments that are of no use to future users of the progran
Answer:
D
Explanation:
says in title
Readable code includes the use of comments that are of no use to future users of the program. The correct option is c.
What are readable codes?Readable code is just code that makes its goal crystal plain to the reader. The likelihood is that other developers will read the code we write and want to either comprehend it or modify it. It's interesting to read the code. Variable, function, and class names in the code are meaningful.
The code may need to be tested, a bug fixed, or a new feature added. The evolution of the codebase is facilitated by readable source code, which makes it easier to read and comprehend the abstraction phases. Future developers can save time and effort by writing readable code.
Therefore, the correct option is c, the use of comments that are of no use to future users of the program.
To learn more about readable codes, refer to the link:
https://brainly.com/question/19540616
#SPJ2
Question # 1 Multiple Select Which of the following shows the assignment of a string to a variable? Select 3 options. answer = "23" answer = (23) answer = '23' answer 23 answer = input("How old are you?")
Answer:
answer = input("How old are you?")
Explanation:
Answer is a variable The Input function takes a string
Answer:
answer = input("How old are you? ")answer = '23'answer = "23"Explanation: Correct on Edg 2020/2021.