由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - True or False
相关主题
[合集] 和大家再讨论一道面试算法题(MS) (转载)virtural memory low是怎么回事儿
一个django问题:debug=true就很好;debug=false,css就找不到mobile CPU进入新时代了,javascript严重利好阿
如何clean up C语言中的#if condition statement?fork(): why both if and else are executed?
这个题目什么意思啊?GO似乎是目前最难反编译的代码了
这样的代码有啥意义么copy constructor 问题
两个简单R代码(坑?)求解[factor]再问个关于中止程序的问题
question about volatile variable on multiple coreshow to reverse a HUGE list?
why do we need to map user threads to kernel threads?用STL map的时候怎么自己定义大小比较的关系
相关话题的讨论汇总
话题: ram话题: memory话题: true话题: false话题: file
进入Programming版参与讨论
1 (共1页)
c**********e
发帖数: 2007
1
1. The contents of RAM may be changed or 'overwritten' so RAM is volatile
memory.
2. A program file or a data file must be copied from secondary memory to
main memory before it can be processed by the CPU.
3. An operating system is the ‘hardware interface' between the user and
computer.
4. Programs in a high-level language are NOT portable.
5. Python execution is done by a compiler.
b***i
发帖数: 3043
2

推理不正确。Flash也可以被改变,但是是non-volatile。取决于是否需要供电。
我觉得不用。但是如果书上说必须,那就必须吧。主要是方便。非要不用内存,也可以
读到任何硬盘的内容。
可以这么说。我觉得没有人会问这个问题。这有点象电影《三个傻瓜》里面那些印度人
,在死记硬背一些根本没有意义的定义,比如,什么是机器。
Java就是portable吧。
也可以解释执行。

【在 c**********e 的大作中提到】
: 1. The contents of RAM may be changed or 'overwritten' so RAM is volatile
: memory.
: 2. A program file or a data file must be copied from secondary memory to
: main memory before it can be processed by the CPU.
: 3. An operating system is the ‘hardware interface' between the user and
: computer.
: 4. Programs in a high-level language are NOT portable.
: 5. Python execution is done by a compiler.

m*****e
发帖数: 4193
3
WTF is this? GRE?

【在 c**********e 的大作中提到】
: 1. The contents of RAM may be changed or 'overwritten' so RAM is volatile
: memory.
: 2. A program file or a data file must be copied from secondary memory to
: main memory before it can be processed by the CPU.
: 3. An operating system is the ‘hardware interface' between the user and
: computer.
: 4. Programs in a high-level language are NOT portable.
: 5. Python execution is done by a compiler.

a****l
发帖数: 8211
4
the person who asked those questions thinks he/she knows computer but he/she
actually knows nothing!

【在 c**********e 的大作中提到】
: 1. The contents of RAM may be changed or 'overwritten' so RAM is volatile
: memory.
: 2. A program file or a data file must be copied from secondary memory to
: main memory before it can be processed by the CPU.
: 3. An operating system is the ‘hardware interface' between the user and
: computer.
: 4. Programs in a high-level language are NOT portable.
: 5. Python execution is done by a compiler.

p**o
发帖数: 3409
5
楼主,你不妨先详细谈谈自己对这些概念(以及相关概念)的理解,理解不对的版友可
以给你一一纠正。单纯的True/False回答对你没有助益。不自己尝试而期待别人直接给
解释更是不可取,就算是急着应付面试这也不是应有的态度。
b***i
发帖数: 3043
6
这个建议很中肯。楼主不妨跟大伙说说学编程目的是什么?基础如何?写过多少年多少
行代码?要找什么样的工作?你不一定非得听大家的,但是多了解各方面建议总没错。

【在 p**o 的大作中提到】
: 楼主,你不妨先详细谈谈自己对这些概念(以及相关概念)的理解,理解不对的版友可
: 以给你一一纠正。单纯的True/False回答对你没有助益。不自己尝试而期待别人直接给
: 解释更是不可取,就算是急着应付面试这也不是应有的态度。

1 (共1页)
进入Programming版参与讨论
相关主题
用STL map的时候怎么自己定义大小比较的关系这样的代码有啥意义么
[合集] one simple question两个简单R代码(坑?)求解[factor]
CheckForZeroquestion about volatile variable on multiple cores
[合集] funny code I saw in workwhy do we need to map user threads to kernel threads?
[合集] 和大家再讨论一道面试算法题(MS) (转载)virtural memory low是怎么回事儿
一个django问题:debug=true就很好;debug=false,css就找不到mobile CPU进入新时代了,javascript严重利好阿
如何clean up C语言中的#if condition statement?fork(): why both if and else are executed?
这个题目什么意思啊?GO似乎是目前最难反编译的代码了
相关话题的讨论汇总
话题: ram话题: memory话题: true话题: false话题: file