计算机程序员笔试题

时间:2020-11-27 18:41:48 笔试题目 我要投稿

计算机程序员笔试题

  1. Simplify the following Boolean expression

计算机程序员笔试题

  !((i ==12) || (j > 15))

  2. How many flip-flop circuits are needed to divide by 16?

  3. Provides 3 properties that make an OS, a RTOS?

  4. What is pre-emption?

  5. Assume the BC register value is 8538H, and the DE register value is 62 A5H.Find the value of register BC after the following assembly operations:

  MOV A,C

  SUB E

  MOV C,A

  MOV A,B

  SBB D

  MOV B,A

  6. In the Assembly code shown below

  LOOP: MVI C,78H

  DCR C

  JNZ LOOP

  HLT

  How many times is the DCR C Operation executed?

 

【计算机程序员笔试题】相关文章:

360笔试题目07-11

华为2017笔试题08-16

华为2017笔试试题08-10

桂林银行笔试题笔经07-20

java程序员面试题08-27

java程序员面试试题08-14

普通PHP程序员笔试题01-02

java程序员认证考试试题11-05

初级java程序员面试试题08-16

Java程序员面试题集锦08-14