Answer:
I believe this was for someone else online, Unfortunately that's a little weird to be dating here ya know, Never know if there is someone really old or young you could be dating.
who like the videos where is clown is from :)
Answer:
i hate clowns alot especially pennywise lol
Explanation:
You have a database with three tables: one each for products, suppliers, and distributors. You need to locate the product ID number for hammers and find out who supplies them. Which database component would perform this task?
A. Form
B. Table
C. Report
D. Query
Answer:
I would say A... But that's just me
Explanation:
Hopefully this helps you :))
Answer:
The answer is C: Query
Explanation: I just did it in Edge 2021. Trust me its right! I hope this helps! :)
You learned that you can use the tags to insert a link to another webpage. One problem that webpage developers face is that, after a time, links may no longer work. Can you think of ways that you can avoid broken links?
Answer:Image Control
We can use the height and width properties to control the size of our image. Let’s say we only want the recipe image to take up approximately one-third of the page. Do you remember from math class what percentage one-third is? Type in the following CSS rule, and watch your picture change size before your very eyes!
img {
height:33%;
width:33%;
}
That wasn’t too difficult, right? Let’s make the image stand out a bit more by adding a border. Inside the img rule, add the following declarations:
border-style:dashed;
border-width: 5px;
Your picture should now have a dashed border around it that is five pixels in width. Play around with the different border styles that are available. You should see a drop-down box of choices, including dotted, dashed, double, groove, inset, and outset. You can also adjust the width of your border. Using your informative guessing skills, can you predict what property you might use to change the color of the border? Try it and see if you’re right!
Explanation:
this is a direct quote from my lesson
I really need help with this question, I can’t fail this please :) tysm
Answer:
i think its the third one, i hope this helps
Explanation:
3.
What is the meaning of *.VBP.
Answer:
The meaning of VBP is Visual Basic Project
Answer:
visual basic projects thankyouu HAHAHAHA
because cute ako
Which of the following is document content that displays at the top of every page?
Choose the answer.
style set
footer
header
title
Answer: Header/Title
Explanation:
How do you write a multiplication formula in excel with an absolute refrence?
bob has 2 candy bars he is fat what hapennes
Answer:
he eats The candy Bar
Explanation:
I think cause As You told he is fat He might like sugary items
Answer:
It is thought that some people are destined to gain weight because they have inherited “fat genes” from their parents. There can be no doubt that people vary in their genetic makeup and some people are inclined, because of genetic reasons, to become tall, or broad-shouldered, or squat, or fat.
Explanation:
it also has to do that your digest system do not digest it fast enough
Who is the father of computer
Answer:
Charles Babbage is known as the father of computer.
Explanation:
hope it is helpful to you
Multiple Select Which conditions make using an array a better choice than a list? Select 3 options. when your list would contain a mixture of numbers and string values when you have a very large quantities of numeric data values when all your data are string when you will do a great deal of arithmetic calculations when efficiency is of great importance
When you have a very large quantities of numeric data values
When you will do a great deal of arithmetic calculations
When efficiency is of great importance
The conditions that make using an array a better choice than a list are:
When you have very large quantities of numeric data valuesWhen you will do a lot of arithmetic calculationsWhen efficiency is of great importanceWhat are arrays?An array is a set of items, images, or numbers arranged in rows and columns. Any set of rows or columns is referred to as an array. Examples of arrays include rows of seats for a recital, rows of cards laid out for the game of Memory, and rows of numbers in an Excel spreadsheet.
It is important to think of an array as a collection of variables of the same type even though it is used to store a collection of data. An array is a group of identically data-typed elements kept in consecutive memory regions.
Therefore, the correct options are B, when you have very large quantities of numeric data values, D, when you will do a lot of arithmetic calculations, and E. When efficiency is of great importance.
To learn more about arrays, refer to the link:
https://brainly.com/question/13107940
#SPJ5
True or false: Machine learning lets computers
learn how to do things they weren't
specifically programmed to do.
Answer:
True
Explanation:
Which of the following is NOT true about a flow chart?
A. It is usually created by programmers after writing a program
B. It shows programmers different algorithms before creating a program
C. It uses boxes of different shapes which indicate different types of
instructions
D. It helps programmers pay attention to the logic of the solution to the
problem
The not true of flow chart.
A flow chart is an illustration that shows the several steps of the process or the sequence if events and is a tool that can be used to adapt a wide variety and describes the purposes of the processes. Is basically a type of diagram representation of an algorithm.
This shows the answer is created for the programmers after a program.
The flow chart is a guide and describes the methodology of completing the task and the various steps involved to solve the same.Hence option A is correct.Learn more about the flow chart.
brainly.com/question/15712490.