Answer:
(B) A presentation of creative works.
Explanation:
Because performing is similar to presenting and poetry is similar to free writing, or creative words.
Edhesive 8.3 lesson practice pls help
Answer:
String data type
Explanation:
See attachment for complete question
Required
Data type in stuff
On line 1 of the program, stuff is initialized as an empty list.
Line 2 to line 4; some elements are appended into stuff list
These elements are written in quotes
In programming, when an expression is written in quotes, such expressions are referred to as strings.
Hence, the elements stored in stuff are string datatypes
The data types in the elements "stuff" are string datatypes
What is strings data type?String data type are data types in programming which is used when an expression is written in quotes(" ").
What is programming?Programming can be defined as process of building or designing a computer program. It involves building computer instructions or algorithm and the use of the instructions to perform a particular task.
There are different types of programming language:
JavaJavaScriptPHPSQLpythonRubySwiftLearn more about programming:
https://brainly.com/question/16397886
Select the correct answer.
What does a touch ring allow an artist to do on a digital tablet?
O A draw shapes using it like a pen
OB. right-click and double-click like a mouse
O c. draw and modify strokes
OD. select an activity from the menu list
Which of the following is true of how packets are sent through the Internet?
Packet metadata is only included on important packets to indicate they should get access to faster paths through the network
Packet metadata is used to route and reassemble information travelling through the Internet
Information sent through the internet is only encapsulated in packets if the message is too large to be sent as a datastream
Information sent through the internet is split into two packets, one which contains the message and another which contains the metadata
Packet metadata is used to route and reassemble information travelling through the Internet
-scav
Need answer ASAP
Complete the following sentences
____ objects are programmer defined objects with programmer developed properties and methods. Custom objects are ____
Objects.
Options for first box are:custom, built-in, user-defined
Option for the second box: user-defined, system-defined, undefined
Answer:
built-in objects are programmer-defined objects with programmer-developed properties and methods. Custom objects are user-defined objects.
4
Select the correct answer.
Jason is working on a video image. He wants to add a small blur effect in a part of the video, but does not want to damage the video content
Which image-editing tool should he use?
ОА.
Dodge Tool
OB.
Pen Tool
OC.
Shape Layer
OD.
Smart Object
Reset
Next
Answer:
the answer is D Smart Object
Answer:
I think he should use a pen tool
A computer database uses a binary sequence of 10 bits to represent unique user IDs. To increase the number of unique IDs that the database is able to represent, the database administrator increases the number of bits in a user ID to 11 bits. How many times more unique user IDs can be represented with the new system?
Answer:
2 times more unique IDs
Explanation:
The number of bits used to represent unique IDs in the computer system = 10 bits
The number of bits to which the database is upgraded to = 11 bits
The number of unique IDs represented by a 10 bits binary sequence, n = 10¹⁰ = 1024
The number of unique IDs represented by a 10 bits binary sequence, n = 10¹¹ = 2048
Therefore, the number of times more unique IDs that can be represented with the new system of 11 bits = 2048/1024 = 2 times more unique IDs