Want to see correct answers?
Login or join for free!
  printable Worksheets
Looking for printable worksheets?
Check out our pre-made printable worksheets!
Share/Like This Page
Filter By Grade

You are browsing Grade 11 questions. View questions in All Grades.

Grade 9 Grade 10 Grade 11 Grade 12 College Continuing Education

Eleventh Grade (Grade 11) Business Technology Questions

You can create printable tests and worksheets from these Grade 11 Business Technology questions! Select one or more questions using the checkboxes above each question. Then click the add selected questions to a test button before moving to another page.

Previous Page 3 of 9 Next
Grade 11 Business Technology
Which of the following lines of code will produce an error?
  1. list[2] = 1000
  2. tuple[2] = 1000
  3. list = [123, ‘hello’, 99, 10.0]
  4. tuple = (123, ‘hello’, 99, 10.0)
Grade 11 Business Technology
10 is a(n)
  1. int.
  2. normal.
  3. complex.
  4. decimal.
Grade 11 Business Technology
Grade 11 Business Technology
If a = 0110 0011, and b = 0101 0010, then a^b =
  1. 0011 0001.
  2. 0100 0010.
  3. 0111 0011.
  4. 0111 0100.
Grade 11 Business Technology
A GlucoWatch G2 Biographer is a computerized system that monitors
  1. blood sugar levels.
  2. pulse rate.
  3. blood oxygen levels.
  4. the heart's electrical activity.
Grade 11 Business Technology
Grade 11 Business Technology
Which of the following is not a type of speech?
  1. Inroduction
  2. Persuasive
  3. Scientific/Technical
  4. Authoritative
Grade 11 Business Technology
Which of the following is a system lets manufacturers purchase and receive components just before they are needed on the assembly line?
  1. warehouse management
  2. inventory control
  3. production-scheduling
  4. just-in-time manufacturing
Grade 11 Business Technology
Grade 11 Business Technology
Which of the following are advantages of e-commerce for companies? Check all that apply.
  1. Improves brand image
  2. Allows for better customer service
  3. Reduces paper work
  4. Lower startup costs
Grade 11 Business Technology
Which of the following code would be used to print the elements starting from the 2nd to the 3rd element?
  1. print list [1:2]
  2. print list [1:3]
  3. print list [2:3]
  4. print list [2:4]
Grade 11 Business Technology
A list contains items separated by
  1. commas.
  2. semicolons.
  3. curly brackets.
  4. square brackets.
Grade 11 Business Technology
The main differences between lists and tuples is that
  1. tuples cannot be printed.
  2. tuples cannot be updated.
  3. tuples cannot contain strings.
  4. tuples cannot contain integers.
Grade 11 Business Technology
If a = 0110 0011, and b = 0101 0010, then a|b =
  1. 0011 0001.
  2. 0100 0010.
  3. 0111 0011.
  4. 0011 0011.
Grade 11 Business Technology
If a = 0110 0011, and b = 0101 0010, then a&b =
  1. 0011 0001.
  2. 0100 0010.
  3. 0011 0010.
  4. 0111 0011.
Grade 11 Business Technology
Previous Page 3 of 9 Next