Answer:
Branding
Explanation:
The term that is being defined by the question is known as Branding. This is what companies do to products in order to allow customers to distinguish the product from the competitors similar products. Doing so allows a company to attract and maintain customers since a customer will see become aware of the branded product and buy it. If the purchasing experience goes well they will begin to associate the good experience with the brand and therefore with the company as well.
What is a font? A)
a typeface on a label
B) a typeface on a poster
C) a typeface on a computer or d) a typeface on a sign
Answer:
A is most likely the answer
Explanation:
Help Please! Computer science question !!!!!!!!!!20 points!!!
Answer:
45 abc
Explanation:
I need help I have questions I need answers in coding html,css,js and python.Fast
The purpose of the sleep method is to reduce the amount of energy the program uses.
True
False
The _____ is a collection of webpages that use the internet.
pseudocode
World Wide Web
Python
server
Which of the following lines of code would correctly create a list called weapons?
weapons == [“sword”, “sling”, “knife”]
weapons = [“sword” or “sling” or “knife”]
weapons = (“sword”, “sling”, “knife”)
weapons = [“sword”, “sling”, “knife”]
Which of these lines of code would import both the random and the time modules?
import random, time
import random and time
time.import, random.import
import(random, time)
When using HTML, your text should be placed between the opening and the closing tags.
True
False
Answer:
1. True
2. World Wide Web
3. weapons = [“sword”, “sling”, “knife”]
4. import random, time
5. True.
Explanation:
For number 1 I'm not quite sure since I never personally used it, but it does reduce CPU usage when activated so it's very possible it's true.
HELP PLEASE!!!!
3. Memory and Storage
The GCSE Computer Science course requires that you
understand how decimal numbers are converted into
binary, and vice versa.
Can you convert the numbers 12, 24, 48 and 96 into binary form?
Answer:
1100 ; 11000 ; 110000 ; 1100000
Explanation:
Converting the following decimals to binary :
2__12
2__6 r 0
2__3 r 0
2__1 r 1
___0 r 1
12 = 1100 base 2
2.)
2__24
2__12 r 0
2__6 r 0
2__3 r 0
2__1 r 1
___0 r 1
24 = 11000 base 2
2__48
2__24 r 0
2__12 r 0
2__6 r 0
2__3 r 0
2__1 r 1
___0 r 1
48 = 110000 base 2
2__96
2__48 r 0
2__24 r 0
2__12 r 0
2__6 r 0
2__3 r 0
2__1 r 1
___0 r 1
96 = 1100000 base 2