Answer:
user_num = 9
while user_num > -1:
print("Body")
user_num = int(input())
print("Done")
If this answer helped consider rating and marking brainliest :)
Answer:
C
Explanation:
If it wasn't in order then the code would fail
Answer:
DDR3 SDRAM having twice rate of data transferring as compared to DDR2 SDRAM both have 240 pin connection. DDR3 memory power consumption is 40 % less as compared to DDR2. both are transfers data on a 64 data bits wide bus. The physical difference occur in both type a cut is present at bottom along pin in DDR2 it is occur probably in center and In DDR3 it is occur at left through center.
Answer:
Database schema is a structure that are used to represent the logical base in the database. Database schema is the logic arrangement of objects in the form of tables. It basically defines the entities and the relationship between them. Schema is the organisation of data in the database system.
It is divided into two main parts that is:
- Logical database schema
- Physical database schema
Example:
When we create a table with the student name then, the logical database schema contain the student name, student ID and the project name. Then, the student table basically stored in the physical database schema in the form of file.