Answer: Something that's not bad.
Explanation: Like maybe school work sites like classroom or docs stuff like that i guess.
What guideline should you use when attaching a document to an email?
A.
make sure the attachment is large enough to send
B.
use shorthand in the title so the title is short
C.
use a descriptive title for the document
D.
use document software that others might not have
Answer:
C
Explanation:
Option C is the correct answer. By using a descriptive title, the recipient of the email will know what the document contains without having to open it. This will also help the recipient to easily find the document if they need to refer to it later.
Write a program that asks the user for their name and how many times to print it. If I enter Bob and 4 it should print:
Bob
Bob
Bob
Bob
Which loop correctly does this?
Group of answer choices
name = input("Enter your name: ")
num = int(input("Enter a positive number: "))
c = 0
while (c > num):
print (name)
c = c + 1
name = input("Enter your name: ")
num = int(input("Enter a number: "))
c = 0
while (c < num):
print(name)
c = c + 1
name = input("Enter your name: ")
num = int (input("Enter a number: "))
c = 1
while (num <= name):
print (name)
c = c + 1
name = input("Enter your name: ")
num = int(input("Enter a number: "))
c = 0
while(c <= num):
print (name)
Answer:
name = input("Enter your name: ")
num = int(input("Enter a number: "))
c = 0
while c < num:
print(name)
c += 1
Explanation:
This loop correctly prints the user's name for the specified number of times because it starts with c = 0 and continues to print and increment c until it reaches the value of num. The other loops either have incorrect conditions for the while loop to terminate or do not increment c correctly.
The program that asks the user for their name and how many times to print it is in explanation part.
What is programming?The process of creating a set of instructions that tells a computer how to perform a task is known as programming.
Computer programming languages such as JavaScript, Python, and C++ can be used to create programs.
The loop that correctly prints the user's name the specified number of times is:
name = input("Enter your name: ")
num = int(input("Enter a positive number: "))
c = 0
while (c < num):
print(name)
c = c + 1
This loop sets the counter variable c to 0 and then enters a while loop that runs as long as c is less than the number of times the name is printed.
Thus, the program prints the user's name and increments the counter variable by one until the desired number of times is reached within the loop.
For more details regarding programming, visit:
https://brainly.com/question/11023419
#SPJ2
Intelligent system refer to an approach that employ computers in ______
Intelligent systems refer to an approach that employs computers in creating automated solutions that are capable of mimicking human behavior and cognitive processes.
Intelligent systems are designed to make decisions, reason, learn, and perceive, among other capabilities. They use a range of techniques, including machine learning, natural language processing, expert systems, and robotics, to solve complex problems and enhance decision-making processes.Intelligent systems have been widely applied in various domains, such as finance, healthcare, manufacturing, transportation, and education, among others. For instance, in finance, intelligent systems are used for fraud detection, algorithmic trading, and credit scoring. In healthcare, they are employed in medical diagnosis, drug discovery, and patient monitoring. In manufacturing, they are used for quality control, predictive maintenance, and supply chain management. In transportation, they are employed in traffic management, route optimization, and autonomous vehicles. In education, they are used for personalized learning, intelligent tutoring, and educational data mining. intelligent systems are designed to create innovative and efficient solutions to complex problems and enhance decision-making processes by leveraging the power of computing and advanced techniques.
To learn more about computers click the link below:
brainly.com/question/15707178
#SPJ4
3. What is an example of a Digital Age Invention?
A cell containing a number displays:
#########
What does this mean, and what can you do to fix this?
This takes place as a result of the formatted number not fitting into the column. This can be resolved by reducing the number of decimal points in that column.
In Excel, what is a cell reference?A combination of a column letter and a row number used to identify a cell on a worksheet is called a cell reference or cell address. For instance, the cell at the intersection of row 1 and column A is referred to as A1; The second cell in column B is referred to as B2, and so on. Currency, percentages, decimals, dates, phone numbers, and social security numbers can all be formatted in Excel's cells. Pick a cell or a range of cells. Select Number from the drop-down menu on the Home tab. While there are helpful shortcuts on the “Home” tab of the toolbar, the most comprehensive list of formatting options can be found by right-clicking on the cell or cells you've chosen in Excel.
To learn more about Excel visit :
https://brainly.com/question/30324226
#SPJ1
Suppose num1 and num2 are to double time variable that you want to add as an integrrnform and assign to a variable res of type int
To add two double-time variables, num1 and num2, as an integer and assign the result to a variable res of type int, we can use the following code:
double num1 = 3.14;double num2 = 2.71;int res = (int)(num1 + num2);In this code, we first declare two double-time variables num1 and num2 and assign them the values 3.14 and 2.71, respectively.To add num1 and num2 as an integer, we cast the result of the addition to an int by wrapping the addition operation in parentheses and applying the (int) typecast operator to the entire expression. This will truncate the decimal part of the sum, and the result will be an integer.Finally, we assign the result of the addition, cast to int, to the variable res of type int.This code will result in the sum of num1 and num2 being added as an integer and assigned to res.
To learn more about code click the link below:
brainly.com/question/9238988
#SPJ4
workbooks with the (blank) extension contain automated steps for performing repetitive tasks.
Workbooks with the ".xslm" extension contain automated steps for performing repetitive tasks.
What does this file extension do?
This file extension indicates that the workbook contains macros, which are sets of instructions that automate tasks within the workbook.
Macros can be written using the Visual Basic for Applications (VBA) programming language and can perform a wide range of tasks, from formatting data to importing and exporting information.
With macros, you can streamline your workflow and save time by automating repetitive or tedious tasks.
However, it's important to be cautious when using macros, as they can potentially be used to execute malicious code. Always ensure that your macros are from a trusted source and that you have adequate antivirus protection in place.
Read more about repetitive tasks here:
https://brainly.com/question/29511535
#SPJ1
Answer:
Workbooks with the ".xslm" extension contain automated steps for performing repetitive tasks.
What does this file extension do?
This file extension indicates that the workbook contains macros, which are sets of instructions that automate tasks within the workbook.
Macros can be written using the Visual Basic for Applications (VBA) programming language and can perform a wide range of tasks, from formatting data to importing and exporting information.
With macros, you can streamline your workflow and save time by automating repetitive or tedious tasks.
However, it's important to be cautious when using macros, as they can potentially be used to execute malicious code. Always ensure that your macros are from a trusted source and that you have adequate antivirus protection in place.
Read more about repetitive tasks here:
brainly.com/question/29511535
Explanation:
Read the spreadsheet formula below, then answer the question.
=SUM(C6:C9)
What does the : symbol in the formula do?
• arranges the formula in the correct order of operations
•selects all of the cells in the range C6 to C9
• designates cell C6 as the last cell in the formula
• triggers the use of the Input line to check work
Answer: arranges the formula in the correct order of operations selects all of the cells in the range C6 to C9 designates cell C6 as the last cell in the formula
Explanation:
There are five computing disciplines: computer engineering, software engineering, information technology, information systems, and computer science. Which would draw a person to work in computer science over the other disciplines?
a. You enjoy thinking about abstract problems even if they don’t have a practical application.
b. You want to build excellent websites that customers love to come back to.
c. You want a job that puts you in charge of recruiting and hiring the best programmers you can find.
d. You like talking to high-level executives about company strategy and the future of technology
Answer:
Working in computer science would appeal to someone who enjoys abstract problem-solving and working with theoretical concepts. Computer scientists focus on creating new algorithms and technologies, and often explore topics such as artificial intelligence, machine learning, and cryptography. They develop creative solutions to challenging problems and work to push the boundaries of what is possible. As such, they need to have a solid understanding of programming languages and data structures, as well as the ability to think critically and logically
Explanation:
Deon is setting up a three point lighting system to light an object in his scene which of the following lights is usually the largest and points in a direction opposite the main light
Answer:
The fill light.
Explanation:
Write a simple basic programme that will furid the sum of two numbers and display its results
Answer:
les go
Explanation:
a=input()
b=input()
print(a+b)
//python
For Questions 3-5, consider the following code:
stuff = []
stuff.append(1.0)
stuff.append(2.0)
stuff.append(3.0)
stuff.append(4.0)
stuff.append(5.0)
print(stuff)
What data type are the elements in stuff?
In the above code, the elements in stuff are of type float.
What is the rationale for the above response?The elements in the stuff list are of type float, which is a numeric data type that represents real numbers with a fractional component.
The values assigned to the stuff list using the append method are all decimal numbers, which are interpreted as float values by Python. Floats are commonly used for scientific and engineering computations because they allow for precision in decimal calculations.
In this code, the print statement outputs the stuff list, which displays the five float values that were added to the list using the append method.
Learn more about code at:
https://brainly.com/question/30429605
#SPJ1
What is the output by the following code:
for x in range (1, 10, 2):
print (x + 2, end=" ")
What is the output?
Group of answer choices
3 5 7 9 11
3 5 7 9 11 13 15 17 19
3 4 5 6 7 8 9 10 11
11 9 7 5 3
None of the above is the output by the code that is given in the question of the mcq.
What is code?Code is a set of instructions that a computer can understand and execute. It is written in a specific programming language and is designed to perform tasks such as sorting data, calculating equations and displaying images. Code is used to create software applications, websites, games, and robots. It is essential for modern computing and is the foundation of computer science. Code is made up of algorithms, data structures, and logic, and is written in a variety of languages such as Java, HTML, Python, and C++. It is an essential tool for developers, allowing them to create interactive and powerful applications that can be used by people around the world.
To learn more about code
https://brainly.com/question/29579978
#SPJ1
Complete Question
What is the output by the following code:
for x in range (1, 10, 2):
print (x + 2, end=" ")
What is the output?
Group of answer choices
3 5 7 9 11
3 5 7 9 11 13 15 17 19
3 4 5 6 7 8 9 10 11
11 9 7 5 3
None of the above
It is a crucial instrument for developers because it enables them to produce engaging, potent applications that can be used by users everywhere.
What is code?Code is a collection of commands that a machine can comprehend and carry out. It is created to carry out operations like sorting data, solving equations, and displaying images. It is written in a particular computer language. Robots, websites, games, and software apps are all made with code. It is the cornerstone of computer science and necessary for contemporary computing.
Algorithms, data structures, and logic make up code, which is expressed in a number of languages like Java, HTML, Python, and C++. It is a crucial instrument for developers because it enables them to produce engaging, potent applications that can be used by users everywhere.
To know more about Algorithms, visit:
https://brainly.com/question/24953880
#SPJ1
Complete Question
What is the output by the following code:
for x in range (1, 10, 2):
print (x + 2, end=" ")
What is the output?
Group of answer choices
3 5 7 9 11
3 5 7 9 11 13 15 17 19
3 4 5 6 7 8 9 10 11
11 9 7 5 3
None of the above
Which loop prints the numbers 1, 3, 5, 7, …, 99?\
c = 1
while (c <= 99):
c = c + 2
print(c)
c = 1
while (c < 99):
c = c + 1
print(c)
c = 1
while (c <= 99):
print(c)
c = c + 2
c = 1
while (c < 99):
print(c)
c = c + 1
The loop that prints the numbers 1, 3, 5, 7, …, 99 is:
The Loopc = 1
while (c <= 99):
print(c)
c = c + 2
This loop initializes the variable c to 1, then enters a while loop that continues as long as c is less than or equal to 99.
During each iteration of the loop, the value of c is printed using the print function, and then c is incremented by 2 using the c = c + 2 statement.
This means that the loop prints out every other odd number between 1 and 99, inclusive.
Read more about loops here:
https://brainly.com/question/19344465
#SPJ1
Consider the following code:
for i in range (x, y):
print (i, end=" ")
What values for x and y will output the code below?
10 11 12 13 14 15 16 17 18 19
Group of answer choices
x = 19
y = 9
x = 10
y = 19
x = 10
y = 20
x = 19
y = 10
Answer:
x = 10
y = 20
Explanation:
The for loop is executed with the loop variable i taking on the values x, x+1, x+2, and so on, up to but not including y.
Since we want to output the numbers from 10 to 19 inclusive, we need to start the loop with x = 10 and end it with y = 20 (not inclusive).
The statement print(i, end=" ") is executed on each iteration of the loop, which prints the value of i followed by a space, without moving to a new line.
So the correct answer is x = 10 and y = 20.