皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
The journalism bug bit me at a young age and I chased my dream in high school and college. Guess it was the Mary Tyler Moore and Lou Grant shows that inspired me. Unfortunately, that was TV this was reality. I worked in TV and at newspapers. Movies and television often make these out to be glamorous jobs, but let me assure you nothing could be further from the truth. For the rookie, it's often very long hours (50—70 per week not uncommon) and the pay is just a crime. Many in management don't believe in paying overtime, even when it's due. I had to file complaints against one employer (the owner of a small newspaper chain) and my last employer at the Labor Department. They were burning people out like there was no tomorrow. We should've installed revolving doors. Working in the press (TV or newsprint) can often be VERY stressful. There is ALWAYS a push on to get the information out (in its complete form) first and to get it out completely accurately. TV stations succeed greatly at the former, but quite often blow it on the latter. And you rarely hear a TV reporter or anchor man apologize or admit a mistake. Newspapers do it every day, and some feel that blows their credibility, but it should do the opposite. With about 20 years in the field and four years at my last job as editor in chief, I was released for political reasons. My publishers were high-ranking members of a political party. They were drinking buddies with the governor and many US senators. Despite their efforts to 'draft' me, I refused to sign the dotted line on application forms (for the party) and was fired. The day after election day, I was told I was being released because I did not live in the community. Only two people of the 25—30 working there lived in the community. My greatest sense of accomplishment in this business has come from enlightening the public, making them aware of politicians and government officials breaking laws or just outright lying. You would not believe all the mess I have seen. Some of my stories and editorials have earned me awards and a number of them have sparked investigations by the state police and FBI. All in a day's work. Yes, it's an ego thing at first, but that quickly wears off. It's a VERY cut-throat business. I began to see that in college and grade school. Working in a news room you have to get over the personalities, the egos and try to work around management's pet peeves. We've had to spike (kill, censor) stories in TV and at papers because some stupid advertiser would be upset. Usually a friend of a friend, or a friend of an advertiser. It's SUCH a joke. I now wish I had not changed my major from computer science to journalism. Ouch! I would be making more money and living an easier life. My dream is to own a newspaper—probably a niche publication or a trade journal, somewhere in North Carolina or Colorado. Wish me luck. Why does the author say the pay of news reporters is a crime?
A.
Because it is a crime not to pay them for overtime.
B.
Because it is illegal to require them to work long hours.
C.
Because it is a violation of the law to pay poor salaries.
D.
Because it is wrong to pay them such low salaries.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】下列各进制的整数中,值最小的一个是 ( ) 。
A.
(101)B
B.
(101)Q
C.
(101)D
D.
(101)H
【单选题】以下程序运行结果为: public class Q { public static void main(String argv[]) { int anar[]= new int[5]; System.out.println(anar[0]); } }
A.
出错: anar在未初始化前被引用
B.
"null"
C.
0
D.
5
【单选题】肖某,男,65岁,胸痛、气促、痰中带血丝三个月余,胸部X线片示右肺上叶有一不规则肿块阴影,既往有结核病史,拟诊肺癌,为了解其转移情况,最重要的检查方法是
A.
癌相关抗原检查
B.
痰细胞学检查
C.
纤维支气管镜检查
D.
胸部CT检查
E.
胸部穿刺检查
【单选题】以下程序运行结果为: public class Q { public static void main(String argv[]) { int anar[]= new int[5]; System.out.println(anar[0]); } }
A.
出错: anar在未初始化前被引用;
B.
0
C.
5
【简答题】请读懂下述程序的作用,并在空格处填上正确的代码:LED = 0KEY = 3gpio.mode(LED, gpio.OUTPUT)gpio.mode(KEY, gpio.INPUT, gpio.PULLUP)while __ do if gpio.LOW == gpio.read(KEY) then gpio.write(LED, gpio.HIGH) else gpio.write(LED...
【简答题】请读懂下述程序的作用,并在空格处填上正确的代码:LED = 0KEY = 3gpio.mode(LED, gpio.OUTPUT)gpio.mode(KEY, gpio.INPUT, gpio.PULLUP)while 1 do __ if gpio.LOW == gpio.read(KEY) then gpio.write(LED, gpio.HIGH) else gpio.write(L...
【简答题】设 a、b 为实数,且 a + b =3,则 的最小值为
【单选题】肖某,男,65岁,胸痛、气促、痰中带血丝三个月余,胸部X线片示右肺上叶有一不规则肿块阴影,既往有结核病史,拟诊肺癌,手术后最严重的并发症是
A.
肺不张
B.
伤口感染
C.
肺部感染
D.
肺水肿
E.
支气管胸膜瘘
【单选题】以下程序运行结果为? public class Q { public static void main(String argv[]) { String a[]= new String[5]; System.out.println(a[0]); } }
A.
编译出错: a在未初始化前被引用;
B.
0
C.
null
D.
5
【单选题】以下程序运行结果为( ). class A { }; class B { public: B() {} ~B() {} }; class C { public: C() {} virtual ~C() {} }; int main() { cout< return 0; }
A.
4 1 1
B.
1 4 1
C.
1 1 4
D.
4 1 2
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题