Answer:
The answer is "the Design tab".
Explanation:
The Design tab includes forces act, which can be used for the development, change, modification, measurements, or analysis of geometric, and for cut, copy, and paste design objects it will use Clipboard orders. It is used to defines the sequence whereby any user may organize information during the creation of even a Database server, that's why the design tab adjusts the sequence wherein the field is found within a form.
The printer prints 16 pages every minute. How many pages are printed in 6 minutes?
Answer:
96 pages are printed in 6 minutes
Answer: 96 pages
Explanation:
If the printer prints 16 pages every 1 min, then just times 16 by 6
Who was responsible for the development of the rocket motor?
-Technical Societies
-Robert H. Goddard
-Germans
-Wernher von Braun
I WILL MARK YOU BRAINLIEST ‼️‼️
Answer: Robert H. Goddard
Explanation: he developed and flew the first liquid-propellant rocket
Answer:
-Technical Societies
Explanation:
Rocket enthusiasts and rocket clubs were active in Germany, the US, Russia, and other countries. Experimental rockets were designed, tested, and sometimes flown. Some of the experiments used liquid fuel, though solid-fuel rockets were also developed. In 1932, the rocket motor was developed as a reusable method for the flight of a rocket.
Write a while loop that produces the following output:
1
2
4
8
please i need help
Answer:
Explanation is being shown in the file to the link
What do macOS and Windows use to prevent us from accidentally deleting files?
macOS and Windows use a Trash can—or Recycle Bin—to prevent you from accidentally deleting files. When you delete a file, it is moved to the Trash can.
Please I have been having a problem with this assignment of mine but I have not gotten an answer. Idiot know if anybody could be of help to me.
Part 1
Write a Python program that does the following.
Create a string that is a long series of words separated by spaces. The string is your own creative choice. It can be names, favorite foods, animals, anything. Just make it up yourself. Do not copy the string from another source.
Turn the string into a list of words using split.
Delete three words from the list, but delete each one using a different kind of Python operation.
Sort the list.
Add new words to the list (three or more) using three different kinds of Python operation.
Turn the list of words back into a single string using join.
Print the string.
Part 2
Provide your own examples of the following using Python lists. Create your own examples. Do not copy them from another source.
Nested lists
The “*” operator
List slices
The “+=” operator
A list filter
A list operation that is legal but does the "wrong" thing, not what the programmer expects
Provide the Python code and output for your program and all your examples
Thanks.
Answer:
ummm
Explanation:
your on your own it doesn't makes since
What is the solution to the equation ?
what is two features of the minicomputer?
Answer:
It is smaller in size than a mainframe computer. It is less expensive than a super and mainframe computer. It is not much more powerful than the mainframe and supercomputer, but powerful than microcomputers. It supports multiprocessing and multi-tasking.
Explanation:
Technology trends in education play a key role in a student’s
A. social life.
B. motivation.
C. career readiness.
D. job search.
Answer:
C: Career readiness
Explanation:
students now have the opportunity to look up possible career options
a conditional statement begins with the word 'when" true or false
Answer:
False
Explanation:
Conditional statements always begin with 'if'.
How do you open an application on the macOS?
Click the Launchpad icon in the Dock, or pinch closed with your thumb and three fingers on your trackpad. Then click an app to open it. You can also type an app's name to find the app in Launchpad, then press the Return key to open it.
Answer:
you can simply click on 'application' in the sidebar to open your default application folder, which contain for each app on your system.you can double click any of the icons in here to open them or take you to do it if currently open.
how and why Steve Jobs left Apple Computer.
Answer:
Jobs was forced out of Apple in 1985 after a long power struggle with the company's board and its then-CEO John Sculley. ... He was largely responsible for helping revive Apple, which had been on the verge of bankruptcy.
Explanation:
why auto-updates can reduce the risk of a cyberattack?
Answer:
They help keep your software up to date.
Explanation:
Using Windows for example: With automatic updates, you don't have to search for updates online or worry about missing critical fixes or device drivers for your PC.
You can read more about it here: https://support.microsoft.com/en-us/windows/windows-update-faq-8a903416-6f45-0718-f5c7-375e92dddeb2
I hope this helps you!
write Python statement to do the following tasks (a) create a list that contain the name of 5 student of your class (b) add one more name to the list of 5 students (c)
delete the first name from the list of student
Answer:
classroster = ["Bill", "Tyler", "Jake", "Sam", "Joe"]
print("Original Roster: " + str(classroster))
classroster.append("June")
print("Added student: " + str(classroster))
classroster.pop(0)
print("Removed the first student" + str(classroster))
Explanation:
We create a variable named classroster and assign it a list value by using []
We print text with the value of the variable classroster, but we used the str tag to make it a string value
We used classroster.append to add "June" to the end of the list.
We then print the classroster again
We use classroster.pop(0) to remove "Bill" on the list. If we wanted to remove "Tyler" from the list, we would use classroster.pop(1).
If we wanted to remove "Jake" we would use classroster.pop(2)
and so on. goodluck!
identify when programmers use an Else statement.
O to use an If statement in its place to make the test answer true.
O to use an expression instead of a conditional statement to make the answer false
O to tell the program to take a different action when the If statement answer is false
O to tell the program to give different information when the test answer is true.
plz help it's an assignment question on edgunuity and i need help. which one is it.
Answer:
to tell the program to take a different action when the If statement answer is false
Explanation:
if x = 0:
print('x equals 0')
else:
print('x equals something else that isnt 0')
Answer:
C. I got it right on edge.
Explanation:
Sergio knows that to meet the project requirements, it is essential to have
Answer:
I need a better explanation??
Why did the editors choose to rearrange the intercutting between Luke’s story and the Imperials? What effect did this have on the final film?
Answer:
Though it has its merit, know that the rule is not mandatory. ... A jump cut is a cut in film editing in which two sequential shots of the ... An intercut is a type of edit where two or more actions in distinct ...
when was third battle of Panipat fought
Answer:
January 14, 1761
Explanation:
Where do you enter characters for a simple search?
Choose the answer.
Navigation Pane
Replace dialog box
Clipboard
Find Pane
is an evaluation method that uses a program that tests another program.
O A customer satisfaction survey
O A test case
O Automated testing
O Print debugging
Answer:
automated testing
Explanation:
got it right on edge
What percentage of STEM-related degrees awarded in the 2002-2003 academic year were doctorates?
16.7 percent
0 34.8 percent
O 14.6 percent
O 12.9 percent
Answer:
34.8
Explanation:
I just took the test!
Which of the statements is most likely true about the differences between the basic version and premium version of StreamPal
Answer:
I
Explanation:
Answer:
B
Explanation:
7.6 lesson practice edhesive please help!!
Answer:
how can i help ?????????????????????????????????????
Explanation:
What is one example of an emerging class of software
Answer:
"Push" Model web browsers.
Explanation:
would you rather be rich and unknown or famous and poor
Answer:
rich g
Explanation:
Please help! Answers that do not relate to this topic will be REPORTED!
A. What do input and output have in common?
1. the characteristic of being modal
2. the ability to be either relative or absolute
3. unidirectional flow of data and sequential access
B. Which of these is NOT a level at which reading and writing of data can take place?
1. characters
2. bytes
3. paths
4. fields
C. If a program closes abnormally, where may information be retained?
1. in a buffer
2. in a socket
3. in a modal window
D. Fill in the blank with the correct response.
If one is reading and writing objects to a file, one is making use of ______, which is a simplified process in Java.
Answer:
answer for number A is
2. the ability to be either relative or absolute
B. 2 bytes
C. in a buffer
Explanation:
You've just deployed a new Cisco router that connects several network segments in your organization. The router is physically located in a server room that requires an ID for access. You've backed up the router configuration to a remote location in an encrypted file. You access the router configuration interface from your notebook computer using a Telnet client with a user name of admin and a password of admin. You have used the MD5 hashing algorithm to protect the password. What should you do to increase the security of this device
Answer:
The answer is "Use SCP to back up the router configuration to a remote location".
Explanation:
In the SPC, it is the Secure Copy Protocol that allows information to be stored and securely transmitted. Its SCP doesn't encrypt its digital information by itself; it corresponds to both the Security module which provides authentication or security. It allows the safe transfer of personal documents from either a host machine to a remote server. Its transference protocol "FTP" is quite close, but it adds security and authentication.
If you receive email from someone you don't know what should you do?
dont answer it of course. if its asking for credit card information then worst.
Answer:
depends
Explanation:
If it's from just a person;ignore/delete it.
business;unsubscribe/ delete
job;check it out
etc.
1. Copy the file secret.txt (Code Listing 9.3) from the Student CD or as directed by your instructor. This file is only one line long. It contains 2 sentences. 2. Write a main method that will read the file secret.txt, separate it into word tokens. 3. You should process the tokens by taking the first letter of every fifth word, starting with the first word in the file. Convert these letters to uppercase and append them to a StringBuilder object to form a word which will be printed to the console to display the secret message.
Answer:
In Java:
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Scanner;
public class FP {
public static void main(String[] args) {
try {
File myObj = new File("secret.txt");
Scanner scr= new Scanner(myObj);
while (scr.hasNextLine()) {
String data = scr.nextLine();
String[] tokens = data.split(" ");
for(int i =0;i<tokens.length;i+=5){
tokens[i] = tokens[i].substring(0, 1).toUpperCase() + tokens[i].substring(1); }
StringBuilder newstring = null;
newstring = new StringBuilder();
for(String abc:tokens){newstring.append(abc+" "); }
System.out.print(newstring); }
scr.close();
} catch(Exception ex){
System.out.println("An error occurred."); }
}
}
Explanation:
See attachment for complete program where comments were used to explain each line
___are loans to a company or government for a set amount of time. They earn interests and are considered low-risk investments.
Please help
Answer:
Bonds are loans that are given to a company or government for a fixed period of time. Bonds are the means to borrow money by a company or government from individuals or groups for a certain predefined period of time with an interest amount for them in return of their money.
Explanation:
yes
There’s a saying in Hollywood that a film is written three times.
First in the __________.
Next, in __________.
And finally, in __________.
Answer: first in the screen play next in production and finally in the edit
Explanation: