面试时最经常被问到的问题(Frenquently asked interview questions)之Misc. Topics篇[1]

[入库:2005年8月19日] [更新:2007年3月24日]

本文简介:选择自 mxclxp 的 blog

 

misc. topics questions & answers

1. differences between mac, windows, unix

macos (up until osx, anyhow) was single-user and (technically) did not have multitasking capabilites (some people will try to tell you that the mac has "cooperative multitasking", but i wouldn't even cosider that multitasking, since it requires each running program to voluntarily pause and wait for others to run).

windows, starting with win95 (*) is a single-user, multasking os. although newer versions like xp and 2000 support file permissions via efs, the do not allow multiple users to be logged in at once. (news: win 2003 support this)

unix is 100% multi-user and multitasking, and is therefore (why therefore?) inherently stable, secure, and confusing. once you go unix, though, you'll never go back! unix (in all caps) was developed by at&t waaaay back, unix (no caps) usually refers to a family of operating systems (including the free-but-overrated linux) that are based on unix. solaris, bsd, osf, sco, and tru64 are all flavors of unix.

2how does windows programming differ from dos programming?

windows – gui                                                dos - cui.
windows - 32bit o.s                                        dos is 16 bit o.s.

本文关键:面试时最经常被问到的问题(Frenquently asked interview questions)之Misc. Topics篇
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top