To navigate through your presentation slides, which key on your keyboard can you use?
Dankonace

Answers

Answer 1

Answer:

You use your arrow keys

Explanation:

Answer 2

Answer:

Space bar

Explanation:

(04.06 LC)

To navigate through your presentation slides, which key on your keyboard can you use?

Group of answer choices

Backspace

Tab key

Space bar

Enter key


Related Questions

What is output if the user types in 8

Answers

Answer: 8

And if you hold shift while typing it, it gives *

Why are user manuals important? Select all that apply.
User manuals contain text and images to describe how to use the program features.
User manuals provide print versions of forum discussions.
User manuals explain the commands and syntax of programming languages.
User manuals often include chapter on problems and their resolutions.

Answers

Answer:

I. User manuals contain text and images to describe how to use the program features.

II. User manuals explain the commands and syntax of programming languages.

III. User manuals often include chapter on problems and their resolutions.

Explanation:

A user manual can be defined as a clear, detailed and an informative guide drafted by the manufacturer (producer) of a product or service, which is to be given to a customer (end user) so as to help them know and understand how to use the product or service properly.

User manuals are important because they contain the following necessary informations;

I. User manuals contain text and images to describe how to use the program features.

II. User manuals explain the commands and syntax of programming languages.

III. User manuals often include chapter on problems and their resolutions.

Additionally, a user manual contains information on the safety precautions that are to be taken by the end user while using a product or service.

Answer:

A C D

Explanation:

Because yes

Consider the block of code below: What would be the most appropriate substitute for the missing Boolean Operator if the intention is to display “True” for only values of x between, but not equal to values of 0 and 10? OR AND NOT XOR

THIS IS URGENT AP CSP

Answers

Answer:

can you show the block of code? you have to account for the fact that booleoans are literally just 1 or 0, true and false

Explanation:

A unique file with a unique name and address that can display ancombination of text, graphics, video,
audio, or animation defines what?
A. web browser
B. web page
C. website
D. web server

Answers

Answer:

B. web page....


29. Write a program that asks to input any ten numbers and displays sum of them​

Answers

Answer:

Here is the code for a classic C++ program that does it:

--------------------------------------------------------------------------------

#include <iostream>

using namespace std;

int main()

{

   int sum = 0;

   int n;

   cout << "Input 10 numbers: " << endl;

   for (int i = 0; i < 10; i++)

   {

       cin >> n;

       sum += n;

   }

   cout << "Sum of the numbers: " << sum << endl;

}

--------------------------------------------------------------------------------

Explanation:

I'm assuming you know what "include", "using namespace std" and "int main()" do, so I will skip over those.

First, we declare a variable "sum" and initialize it with 0 so we can add numbers to it later.

Then, we declare a variable "n" that will be set as the input of the user.

The "for-loop" will iterate ( go ) from 0 to 9, and will set the value of "n" as the input that is given -> "cin >> n;". After that, we add the value of "n" to the sum variable.

After "i" reaches 9, it will exit the loop and proceed to printing the sum of the numbers.

Hope it helped!

Which of the following scenarios describes an IT professional using the Internet and computer system access in an unprofessional or inappropriate way?

Answers

Answer:

All of the above

Explanation:

The scenario that describes an IT professional using the internet and computer system access in an unprofessional or inappropriate way is:

a. checking social media networks during working hours

b. surfing the Internet during working hours for what to do on the weekend

c. downloading a favorite band’s latest album from a file-sharing service.

What is the internet and computer system?

Cloud computing is a method of storing, managing, and operating data that uses a network of remote servers. Data is stored on remote servers rather than on local storage in the computer when using cloud computing.

Cloud computing also allows for data access via the internet via various devices. Cloud computing is a flexible adjuration service that is accessible via the internet.

Therefore, the correct options are all the above.

To learn more about the internet and computer system, refer to the below link:

https://brainly.com/question/13175896

#SPJ2

Which of the following is an advantage of using variables?

A.It reduces the number of functions that are necessary in the program.
B.It increases the number of values that are used in a program.
C.It erases the default values.
D.It makes it less likely that an error will be introduced into the code.

Answers

Answer:

D. It makes it less likely that an error will be introduced into the code.

Explanation:

What is the next line?

>>> tuple B = (5, 7, 5, 10, 2. 7)

>>> tupleB.count(7)

1

0

2

5

Answers

Answer:

Answered below

Explanation:

The next line is 1.

The python count function returns the number of times an element appears in a tuple or a list.

In the tupleB tuple, 7 is passed into the count function. The number of times 7 appears in tupleB is just once alongside 5, 2.7, 10 and 5. Therefore, the count function returns 1 in the next line.

Select the best answer that completes the following sentences. Wireless technology changed the workday to

Answers

Answer: around the clock availability

Explanation: i got 100

Answer:

around-the-clock availability.

TLE 10 - ICT

In order for computers to network, what are the things you are going to set or configure?

Answers

Answer:

Information And Communication Technology

A _____ is sent to companies that are hiring to get an interview. résumé brochure business report newsletter plz hurry need it now

Answers

Answer:

A application

Explanation:

Answer:

D resume :)

Explanation:

What is the name for non-paid active links returned by an Internet search engine in the search results?

Answers

Answer:

organic links

Explanation:

Jane is designing a robotic arm that is required to move like a human arm. Select the simple machine she will use.

Answers

I NEED THIS ANSWER TOO CAN SOMEONE PLEASE HELP US OUT WITH THE RIGHT ANSWER ?!

Explanation:

Answer:

A.   System of Levers

Explanation:

As an IT head, you require your employees to login to an intranet portal in your organization. The portal contains a login form in which users have to type their name and password. The password can be a combination of numbers and letters. Which data type is most suitable for a password field?
The (BLANK)data type is most suitable to define a password field.

Answers

Answer:

The answer is Text.

got it right on plato.

I promise you string is NOT the answer it's text

Explanation:

The password data type is most suitable to define a password field.

What is password?

Password is defined as a word, phrase, or string of characters used to distinguish between a procedure or user that is permitted and one that is not. A password is typically a random string of characters made up of letters, numbers, and other symbols. When only numeric characters are allowed, the matching secret is frequently referred to as a personal identification number (PIN).

Most often, passwords are made up of letters, numbers, and spaces. We use string data types as a result. Additionally, it depends on the programming language we are using. NIST advises using sha-256 or better. You will need 256 bits to save this sha-256 hashed password because a hashing method always yields a result of a predetermined length.

Thus, the password data type is most suitable to define a password field.

To learn more about password, refer to the link below:

https://brainly.com/question/28114889

#SPJ2

New product ideas must fit into a company's mission statement and?

Answers

Answer:

Please give a better question :D

Explanation:

I don't understand your statement, below is a statement I wrote..?

_______

"The matching process of developing and maintaining a strategic fit between the organization's goals and capabilities and its changing marketing opportunities"

Drag the tiles to the correct boxes to complete the pairs.
Match the memory type with its function.
ROM
cache
RAM
hard drive
Functions
Memory Type
acts as a buffer between the CPU and main memory
arrowRight
contains data and instructions for current execution
arrowRight
stores data permanently
arrowRight
stores the program required to boot a computer
arrowRight
Next

Your welcome

Answers

I need this answer too can someone please help us out with the right answer ?!

Explanation :

What task do the referential integrity settings prevent?
a) editing a non-key field in a destination table
b) sharing data from one field between two tables
c) linking a primary key to another table’s primary key
d) deleting a record that has related records in another table

Answers

Answer:

D

Explanation:

How should I represent myself online? ​

Answers

Answer:

no be a b word and dont be toxixc be bc it will come back to u

Explanation:

examples of top down and bottom up design in software engineering

Answers

Answer:

. An example would include selecting a particular fastener, such as a bolt,

Explanation:

in java !
For each of the following tasks, draw what the initial array looks like, diagram how you would solve the problem, and draw what the final array looks like. Then use your diagram to write a step by step process to solve the task. The diagram may show several separate steps, or you may want to use arrows to show how the data will be moved. It will be helpful to number the arrows in the order you draw them.


Given an unsorted array of integers create a sorted array by finding the
largest element in the array and swap it with the last position. Then find the largest
element in the array, ignoring the last position, and swap it with the second to last
position. Repeat until you are only considering the first position (element at index 0).
The initial array is : int array[] = {22, 15, 33, 4, 12, 2, 3, 19 };

Answers

Answer: The attached photo is the code I use to sort the array from Greatest to least. If this doesnt help, I'm sorry.

Explanation:

E-mails that are mailed directly to a consumer without their knowledge or permission are called

Answers

e-mails that are mailed directly to a consumer without knowledge or permission are called spam

Answer:

I thought it was scam, but it was spam lol

Explanation:

When reviewing a news article online that includes some questionable statistics what stategies can you apply to ensure that the informationis accurate

Answers

Answer:

The answer is below

Explanation:

To verify the accuracy of a news article, here are some of the strategies to employ.

1. Check the source of the news article

2. Check whether the write er or author has credible reputation

3. Examine if the writer or author has related background to the subject of study

6. Compare the news information with the ones know.

If the CD has a capacity of 800 Megabytes, How many four-minute songs could be stored on the CD?

Answers

It depends on many factors, primarily The QUALITY of the song.
Up to 700mb worth. My recollection is that a standard audio CD is limited to 74 minutes. A data disc will hold up to 700mb leaving the files in their current formats.

select the correct answer from each drop-down menu. “To clean a computer screen, use ___. To clean a keyboard, use a ___.”

Answers

Answer:

The answers are:

The first drop down menu: Soft cloth

The second drop down menu: Paintbrush

Explanation:

I got it right on the Edmentum test.

The selection of the correct word from each drop-down menu is as follows:

To clean a computer screen, always use a soft cloth.To clean a keyboard, always use a paintbrush.

Why computer screen is used cleaned regularly?

It is important to clean off your computer screen regularly. This is because if you don't clean your screen properly, you could damage it permanently and possibly harm your computer.

Many many people don't know how to properly clean their screens, they are just requested to watch a video available on the Internet. The process of cleaning your computer's hardware makes the entire system run more smoothly and keeps it running longer. It not only protects your investment but the important data stored on it as well.

Therefore, the selection of the correct word from each drop-down menu is well mentioned above.

To learn more about Cleaning computers, refer to the link:

https://brainly.com/question/15080618

#SPJ6

what descriptions can be used for last,first,PR_ID and CID

Answers

Answer:

x r

Explanation:

this is the answer like it thank you

You are tasked with designing an airplane that could carry a very large load of cargo. What type of airfoil would you use for the wing? Why?

Answers

Answer:

This maximizes the ability of a plane with a heavy load to take off within the given output of engine constraints. Comparing the data received from the software, and other calculations it is determined that the S1223 is the best airfoil with a high coefficient of lift and a small coefficient of drag.

Explanation:

mark me brainliest

Let understand that "Airfoil" means the shape of object whose motion through the air is capable of generating a lift.

An aircraft "airfoil"works by generating lift through exerting a downward force on the air as it flows past.

Types of airfoils includes laminar flow airfoil which are used for high-speed flight plane and conventional flow airfoil which are used for low-speed flight plane.

An airplane designed to lift and transport large load of cargo will move slowly because more fuel will be required to produce enough thrust which is non-economical.

In conclusion, i will design the cargo aircraft with a conventional flow airfoil.

Learn more about Airfoil here

brainly.com/question/14628246

please can someone help my assignment.​

Answers

Light against dark- Smaller irregularly shaped objects can be used to balance a large flat surface without much detail.

Curved lines or smooth textures Larger areas with smoother, untextured finishes or looks can be balanced with smaller areas with interesting features.

Horizontal lines - The use of elements like arrows and triangles in an image can lead the eye to a certain point in a picture.

Converging lines adds a certain flow or depth to the image. It also adds a sense of distance or scale.

Vertical lines Suggest power, growth, and dominance as shown in tall trees and buildings.

Large against small is when Larger elements in one side of the image can be balanced with smaller elements positioned by itself at the far end of the other side of the image.

Diagonal lines suggest peace, calmness, and a sense of restfulness as shown by rivers, streams, paths, and even the human body.

Symmetrical balance is achieved when the two halves of an image are mirror images of each other.

Asymmetrical balance is achieved when the two halves of an image are not mirror images of each other, but they still feel balanced.

Radial balance is achieved when the elements in an image are arranged around a central point.

How to explain the information

Curved lines are often seen as being more organic and natural, while straight lines are seen as being more geometric and artificial. Smooth textures can also create a sense of calm and serenity, while rough textures can create a sense of energy and excitement.

Horizontal lines can create a sense of stability and balance, while vertical lines can create a sense of height and power. Arrows and triangles are directional elements that can be used to lead the eye to a certain point in an image. They can also be used to create a sense of movement or energy.

Learn more about elements on

https://brainly.com/question/20096027

#SPJ1

The three greater-than signs, >>>, represent a _____.

A. prompt

B. file-path

C. file name

D. IDLE

Answers

Answer:

it's A. prompt

Explanation:

What does a GPA show

Answers

Answer:

Grade Point Average

Explanation:

Answer:

Your GPA, or Grade Point Average, is a number that indicates how well or how high you scored in your courses on average. It's meant to score you (usually on a GPA scale between 1.0 and 4.0) during your studies and shows whether your overall grades have been high or low.

Explanation:

In your guessing game, you replaced dashes in blanks when the user guessed a correct letter by using a string slice. Which line of code will replace the character with an index of n with the guessed letter?
blanks = blanks(n) + letter + blanks(n+1)
blanks = blanks[:n] + letter + blanks[n+1:]
blanks = blanks(:n) + letter + blanks(n+1:)
blanks = blanks[n] + letter + blanks[n + ]

Answers

Answer:

C.

blanks = blanks[:n] + letter + blanks[n+1:]

Explanation:

Got it correct on Edge!

Answer: blanks = blanks[:n] + letter + blanks[n+1:]

Explanation: Edge 23

Other Questions
Help 30 pointsDespite some industry growth in the late 1800s, Georgias economy continued to depend onagriculture.tourism.factories.transportation. The Maya established their civilization in the rain forests of the what? Read the lines from this e-mail to a friend. My first ski trip was so cool! My teacher, Angie, took me down the mountain lots and lots. The first time I totally wiped out, which was a bummer. But I rocked it after a little practice. Which lines best show that the writer has adjusted to write his experience in a school essay? This winter I took my first ski trip, and it was wonderful. I had an excellent teacher named Angie who took me on several runs down the mountain. After a rough beginning, I got much better and enjoyed the entire experience. I can't wait to show you all the awesome pictures I took of my ski trip. Wait til you see them. You will laugh like crazy! I look totally goofy in my snowsuit. See ya soon! Next time you totally have to come with me, Buddy! The two of us will have a blast on the slopes. Promise youll try to get your parents to let you come? Skiing is awesome. We'll hang out together soon, OK? I will let you try on my ski boots. They feel kinda freaky at first, but you'll get used to them. I want to go skiing again so bad! Let's save our money and go together. Who created the piece shown below? These two angles form a complementary angle. What is the measure of angle GHI Find the value of 5^-3 x 2^-1 Please help due ASAP Show workings Consider the figure.19 in.9 in.8 in.Enter the volume, in cubic inches, of the right rectangular prism Match the Spanish reflexive verbs in the first column with their Englishequivalents in the second column.?to go to bedvestirse12to get dressedacostarsesentarseto sit downdormirseto fall asleep Which sense controls the position of muscles?A. SmellB. TouchC. TasteD. Proprioception What is the measure of A puppy's weight, in y ounces, after x weeks, can be represented by y = 1.2x +2.25. Which statement is a correct interpretation of this relationship?The puppy's weight after 1.2 weeks is 2.25 ounces.The puppy's weight when it was born was 1.2 ounces.The puppy's weight increases at the rate of 1.2 ounces per week.The puppy's weight increases at the rate of 2.25 ounces per week. Atlas Corporation sells 100 bicycles during a month. The contribution margin per bicycle is $200. The monthly fixed expenses are $8,000. What is the profit from the sale of 100 bicycles PLEASE ANSWER ASAP!! what did Federalists and Anti-Federalists believe about Presidential Power? 2 (4 + g)(-11) = 121 Write an equation of the line passing through the points (3,5) and (-1. - 15). A triangle has side lengths of (3a 7),(a + 14), and (2a + 1). What simplifiedexpression represents the perimeter of thetriangle? 30 points if you answer this correctly plz I need help on a test plz I need big time help What do you think Langston Hughes is saying about American ideals in the poem Let America Be America Again? Which of the ideals in the Constitution and Fourteenth Amendment are not working in his opinion? The quitient of w and 10 is equal to 7 Enlargement of the thyroid gland is called _______.Question 20 options:diabetes mellitusCushing's syndromediabetes insipidusgoiter