Answer:
lol I would be the most handsome but not smart
Explanation:
Answer:
Imao- i'd be the most handsome(cute) but not smart.
Explanation:
have a great weekend ( ̄▽ ̄)ノ
***ASAP***
OpenOffice.org software is what type of software?
A. Event planning software
B. Productivity software
C. Internet software
D. Collaboration software
Answer:
im guessing A. event planning software...
Explanation:
Apache OpenOffice is the leading open-source office software suite for word processing, spreadsheets, presentations, graphics, databases, and more. It is available in many languages and works on all common computers.
Jenn wrote a program where the instructions are followed in order; there is no skipping or repeating. What kind of program is this?
edited
iterative
selection
sequence
Jenn wrote a program where the instructions are followed in order; there is no skipping or repeating. What kind of program is this?
edited
Answer:
I just took the test and SEQUENCE (D) was correct trust me I swear on the creeper aw man universe no joke pls brainliest
Explanation:
What are some things that games were historically used for?
a
friendly competition
b
spending time with other people
c
practicing skills necessary for survival
d
all of the above
Answer:
D) All of the above
Explanation:
All of these options are true.
Hope it helps and is correct!
2 points
1. Which characters are normally used to represent the root of the Floppy
disk drive? *
a) C1
b) A:
c) B:
d) D:
points
Answer:
B) A:
Explanation:
what is the output if the user enters -5 and where do I input the negative 5
Answer:
An input of -5 gives an output of 4
Explanation:
Given
The attached program
Required
The output when input is -5
Analyzing the program line by line:
This defines the function tryIt. It gets the parameter from the main method.
So, if the user enters -5, -5 is passed into the function through argument a
def tryIt(a,b=7):
This calculates a + b, and returns the sum to the main: a = -5 and b = 7.
return a + b
So: -5 + 7 = 2; 2 is returned to the main method
The main begins here
#MAIN
This is where you get to input -5
n =int(input("Enter a number: "))
The multiplies the returned value by 2.
ans = tryIt(n)*2
tryIt(-5) = 2. So: ans = 2 * 2; ans = 4
This prints 4
print(ans)
Non-delivered goods, counterfeit products, fraudulent payments are common type of cyber crime these
days.
a. What are such types of cyber crimes collectively called?
b. What are counterfeit products?
c. What measures can you take to stop fraudulent payments? Write any two measures.
Answer:
a. Internet auction fraud
b. Counterfeit products are products made and/or sold under the brand name of a product of a higher quality
c. 1) Monitor business transactions
2) Use an Address Verification System AVS
Explanation:
a. Such types of cyber crimes are collectively called Internet auction fraud
Internet or online auction fraud is a form of fraud that involves the act of providing misleading information about goods paced on advert for sale on an online auction site, including the sale of counterfeit goods, sale of goods of poor quality, receiving a different item from what was ordered, artificial bidding to increase price, omission of important information about a product, delivering an item that looks different from what was displayed on the website and the non-delivery of an item already to the buyer.
A seller can be a victim of the internet auction fraud when a buyer does not pay for goods an/or services received, request for delivery before payment, the buyer pays with a stolen credit card, the buyer uses a fake escrow account such that the money returns to the buyer after receiving the goods
b. Counterfeit products or goods are products that are being manufactured and marketed, without formal authorization, under the name of a popular and recognized but are usually of lesser quality than the product they try to imitate
c. Measures that can be taken to stop fraudulent payments are;
1) Monitor transactions to to check for red flags, including disparity in shipping and billing information
Monitor transactions from customer that use free or anonymous emails services which can easily be opened and closed without payment or proper documentation
2) Make use of Address Verification System to authenticate the billing address on a payment, and the address on the credit card.
Match the description below to the correct chart or graph to the right by using the drop-down menus. Distinct X-Y data points are plotted and connected to emphasize changes between data points over time. Distinct X-Y data points are plotted, but not connected. Discrete categories of data can be compared using a _______. Parts of a whole can be shown with a _______.
Answer:
Distinct X-Y data points are plotted and connected to emphasize changes between data points over time.
✔ C - line chart
Distinct X-Y data points are plotted but not connected.
✔ B - scatter plot
Discrete categories of data can be compared using a
✔ A - bar graph
.
Parts of a whole can be shown with a
✔ D - pie chart
.
Explanation:
The correct order of these descriptions is line chart, scatter plot, bar graph and pie chart (Options C, B, A and D).
The line chart (option C) describes distinct X-Y data points that are plotted and connected to emphasize changes between data points over time. The scatter plot (Option B) describes distinct X-Y data points that are plotted, but not connected. Discrete categories of data can be compared using a bar graph (Option A). Parts of a whole can be shown with a pie chart (Option D).In conclusion, the correct order of these descriptions is line chart, scatter plot, bar graph and pie chart (Options C, B, A and D).
Learn more in:
https://brainly.com/question/10440833
_________ cloud offers the services to a limited and well defined number of parties
Answer:
Private
Explanation:
According to the video, what are some common work environments for Electrical Power-Line Installers and
Repairers? Check all that apply.
working in mines
working underground in manholes
O sitting at desks
O climbing utility poles
working in customers' homes
standing in a truck-mounted bucket
Answer:
2
4
6
Explanation: I got is wrong for y'all to get it right
Answer:
2 4 6
Explanation:
edge 2023
why did rsa introduce this legislation
Answer:
Parliament is the legislation authority of South Africa and has the power to make laws for the country,in accordance with Constitution.
How would I collect a number from the user to use for the radius of a circle?
int(input("What is the radius?: "))
radius = int("What is the radius?: ")
radius = int(input("What is the radius?: "))
radius = int input("What is the radius?: ")
Answer:
C is the correct answer to your question
To collect a number from the user to use for the radius of a circle use radius = int(input("What is the radius?: ")). The correct option is C.
What is coding?We connect with computers through coding, often known as computer programming.
Coding is similar to writing a set of instructions because it instructs a machine what to do. You can instruct computers what to do or how to behave much more quickly by learning to write code.
Coding abilities, sometimes referred to as programming skills, are the ability to write commands in a variety of programming languages that tell a computer, application, or software programme what to do and how to do it.
Use the formula radius = int(input("What is the radius? ")) to ask the user for a value to represent the radius of a circle.
Thus, the correct option is C.
For more details regarding coding, visit:
https://brainly.com/question/17293834
#SPJ2
Write a program in java to enter a character.The program displays the message "uppercase vowel" if entered character is uppercase vowel.Otherwise,displays the message "not an uppercase vowel".
Answer:
d
Explanation:
i think
why does a wooden spoon not get hot when used in stirring hot liquids
Answer:
Explanation:
A wooden spoon does not get hot when used in stirring hot liquids is because its an insulator.
a) Internet is owned by:
a) US Government.
b) Europe.
c) Asian Countries.
d) Nobody owns internet.
Answer:
D. Nobody owns internet
Which is an example of an objective in a game?
a
the player is supposed to explore the map until they find every hidden item
b
the game has a store where the player can upgrade items
c
the game is bright and colorful
d
the game has multiple objects that the player can interact with
Answer:
answer is A or C
Explanation:
Noise can be a barrier to communication. True or False
Answer:
True
Explanation:
This is true because noise is one of the most common communication barriers.
Answer:
True!
Explanation:
Noise is a strong barrier that makes it hard to communicate!
Click the links to open the resources below. These resources will help you complete the assignment. Once you have created your file(s) and are ready to upload your assignment, click the Add Files button below and select each file from your desktop or network folder. Upload each file separately.
Your work will not be submitted to your teacher until you click Submit.
Its the lab about kinetic energy
WHO KNOWS HOW TO TAKE A SCREENSHOT ON A HP PAVILION COMPUTER, PLS HELP!!!!!
Answer:
Me
Press the Windows key and Print Screen at the same time to capture the entire screen. Your screen will dim for a moment to indicate a successful snapshot. Open an image editing program (Microsoft Paint, GIMP, Photoshop, and PaintShop Pro will all work). Open a new image and press CTRL + V to paste the screenshot.
Explanation:
You need press this button for take a capture
Answer:
Use the keys win + shift + s
If that doesnt work than I don't know what will
How many times will an infinite loop repeat?
100
the number of minutes in the variable
the number of times in the variable
until someone stops the program
Answer:
The infinite loop is suppose to go on and on it never ends. My best guess is the third one.
Answer:
Its D because a infinite loop goes on forever until yep D until someone stops it in another words if someone doesnt stop the loop then it will keep going on and on so your answer is D
Explanation:
Java initializes all variables with the default values of its data type . *
Your answer true or false
Answer:
This is correct.
Explanation:
int is initialized with 0
object references with null
etc.
Could you give me Aidan Gallagher's wuasp number
Answer:no
Explanation:no
Answer:
no
Explanation:
why do you need it
hope you you find what you looking for
News writers get story leads from____.
A. subscriptions
B. press releases
C. advertisers
D. school papers
Hurrryyyy it’s either a or c
How does the use of modules provide flexibility in a structured programming design?
Modules enable multiple programmers to work on a program at the same time
Modules enable a linear approach to software development
Modules ensure the reuse of code variables.
Modules ensure that a program will be completed on time.
Answer and Explanation:
I believe its A. Modularity enables multiple programmers to work on a program at the same time..
Let me know if I'm wrong..
what is the difference between a circuit board and a bread board
Answer:
A bread board is prototyped (manufactured) in a way where it is less permanent than a pcb (printed circuit board) or an even more permanent pcba (printed circuit board assembly). Bread boards are typically the first step to creating a finished circuit because electronic components are easier to test and take apart when needed; design and investigation can be made effectively as no soldering connections are required. Whereas a circuit board is used for the further finished products because they don't have sockets like the bread board and so there is little room for error and mistakes.
Complete the procedure for forwarding a message by selecting the correct term from each drop-down menu.
1. ___ or open a message.
2. Click the Forward button.
3. In the To field, enter the names of intended recipients.
4. Click the ___ button.
Answer:
Preview; send.
Explanation:
Communication can be defined as a process which typically involves the transfer of information from one person (sender) to another (recipient), through the use of semiotics, symbols and signs that are mutually understood by both parties. One of the most widely used communication channel or medium is an e-mail (electronic mail).
An e-mail is an acronym for electronic mail and it is a software application or program designed to let users send texts and multimedia messages over the internet.
The procedure for forwarding a message to a recipient include;
1. Preview or open a message. This is to ensure that the appropriate or specific message is selected.
2. Click the Forward button. This button opens the dialog box to allow the sender input various details about the message and the recipient.
3. In the To field, enter the names of intended recipients.
4. Click the send button. This button automatically forwards the message to the intended recipient(s).
c) Internet is a:
a) A single network.
b) A vast collection of different networks
c) Interconnection of LAN.
d) None of these.
Answer:
a vast collection of different
networks
Which is an example of the operation of a game?
a
The character has to jump over lava to travel through the level.
b
The character dies whenever the bear bites it.
c
The game has sounds to signify the approaching danger.
d
The player uses a joystick to control the character.
Answer:
D.
The player uses a joystick to control the character.
Explanation:
The MEANING of operation is: "The fact or condition of functioning or being active."
This explains that the answer is D because you are using the joystick to control the character. Hope the helps.
Answer:
I'll say it's A. If it's not A I know it has to be B. Because nobody uses joysticks anymore were talking about examples of a operation of a game! I hope this helps! and if the answer's are wrong, just tell me.
Explanation:
where should your two index fingers be when your fingers are rest.
A. F and H
B. F and j
C. L and M
D. J and K
Answer: B : F and J
Explanation: Allows you to type without looking at keys and makes all the keys easily accessible
Which of these is not a type of video game?
a
simulation
b
Senet
c
first-person shooter
d
RPG
e
puzzle
Answer:
b Senet
Explanation:
I'm just putting the explanation that I put in the comments
Senet was a bored game commonly played by the ancient Egyptians I have absolutely no idea why people say the answer is puzzle when the most popular video games ever, Tetris is a puzzle video game.
HELP PLEASE ive literally been here for hours
Binh has a few hours' time to create a presentation. She has most of the text and pictures she intends to use. Which feature can help her to quickly transfer the content into an attractive presentation?
A.
slide layout
B.
slide themes
C.
Slide Master
D.
Slide pane
Answer:slide layout
Explanation: